diff --git a/packages/smart-wallet/src/smartWallet.js b/packages/smart-wallet/src/smartWallet.js index 34aa63d6593..db92dfdbe4d 100644 --- a/packages/smart-wallet/src/smartWallet.js +++ b/packages/smart-wallet/src/smartWallet.js @@ -55,16 +55,7 @@ const trace = makeTracer('SmrtWlt'); * @see {@link ../README.md}} */ -/** @typedef {number | string} OfferId */ - -/** - * @typedef {{ - * id: OfferId, - * invitationSpec: import('./invitations').InvitationSpec, - * proposal: Proposal, - * offerArgs?: any - * }} OfferSpec - */ +/** @import {OfferSpec, OfferId} from './offers.js'; */ /** * @typedef {{