GitHub

MagentoDiscount

Type

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

interface MagentoDiscount {
  __typename: string
  amount: MagentoMoney
  label: string
}