Skip to content

Commit

Permalink
refactor(types): dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed May 7, 2024
1 parent 0dbb9ff commit 09c12d6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/smart-wallet/src/smartWallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {{
Expand Down

0 comments on commit 09c12d6

Please sign in to comment.