Skip to content

Commit

Permalink
fix: should be typed ERef (#1611)
Browse files Browse the repository at this point in the history
* fix: should be typed ERef
  • Loading branch information
erights authored Aug 25, 2020
1 parent 773d1ce commit 403eba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zoe/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

/**
* @callback Offer
* @param {Invitation|Promise<Invitation>} invitation
* @param {ERef<Invitation>} invitation
* @param {Proposal=} proposal
* @param {PaymentKeywordRecord=} paymentKeywordRecord
* @returns {Promise<UserSeat>} seat
Expand Down Expand Up @@ -295,7 +295,7 @@
* @callback SaveIssuer
* Informs Zoe about an issuer and returns a promise for acknowledging
* when the issuer is added and ready.
* @param {Promise<Issuer>|Issuer} issuerP Promise for issuer
* @param {ERef<Issuer>} issuerP Promise for issuer
* @param {Keyword} keyword Keyword for added issuer
* @returns {Promise<IssuerRecord>} Issuer is added and ready
*/
Expand Down

0 comments on commit 403eba3

Please sign in to comment.