UNPKG

shopify-storefront

Version:
7 lines (5 loc) 98 B
export interface IMoneyV2 { amount: number; currencyCode: string; } export default IMoneyV2;