GitHub

MagentoMoney

Type

import { MagentoMoney } from '@daffodil/driver/magento'

interface MagentoMoney {
  __typename: string
  value: number
  currency: string
}