Skip to content

Commit

Permalink
docs(types): Reference quoteType values in type annotation (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjpg authored Mar 23, 2023
1 parent a81f23b commit ff0ef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export type CreateMakerCollectionOfferInput = Omit<CreateMakerInput, "strategyId

/** Maker object to be used in execute functions */
export interface Maker {
/** Ask or bid */
/** Bid or ask, 0: bid, 1: ask */
quoteType: QuoteType;
/** User's current bid / ask nonce */
globalNonce: BigNumberish;
Expand Down

0 comments on commit ff0ef84

Please sign in to comment.