GitHub

MagentoMoney

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

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