GitHub

MagentoOrderBundleItemSelectedOption

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

interface MagentoOrderBundleItemSelectedOption {
  __typename: string
  label: string
  values: MagentoOrderBundleItemSelectedOptionValue[]
}