GitHub

ShopifyCartDeliveryAddressesArgs

Type

import { ShopifyCartDeliveryAddressesArgs } from '@daffodil/driver/shopify'

The delivery properties of the cart.

interface ShopifyCartDeliveryAddressesArgs {
  selected: boolean
}