UNPKG

shopify-storefront

Version:
10 lines 302 B
import IMoneyV2 from '../../common/IMoneyV2'; export interface IAppliedGiftCard { amountUsed: IMoneyV2; balance: IMoneyV2; id: string; lastCharacters: string; presentmentAmountUsed: IMoneyV2; } export default IAppliedGiftCard; //# sourceMappingURL=IAppliedGiftCard.d.ts.map