We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afac575 commit 9b038ebCopy full SHA for 9b038eb
packages/zoe/tools/types.js
@@ -46,7 +46,7 @@
46
/**
47
* @typedef {Object} PriceQuote
48
* @property {Amount} quoteAmount Amount whose value is a PriceQuoteValue
49
- * @property {ERef<Payment>} quotePayment The `quoteAmount` wrapped as a payment
+ * @property {ERef<Payment> | null} quotePayment The `quoteAmount` wrapped as a payment
50
*/
51
52
0 commit comments