import { MoneyV2 } from '@daffodil/driver/shopify'
A monetary value with currency.
type MoneyV2 = { __typename?: 'MoneyV2'; amount: Scalars['Decimal']['output']; currencyCode: CurrencyCode; }