GitHub

MagentoOrderItemOption

import { MagentoOrderItemOption } from '@daffodil/order/driver/magento/2-4-1'

interface MagentoOrderItemOption {
  __typename: string
  label: string
  value: string
}