import { CheckoutBuyerIdentityInput } from '@daffodil/driver/shopify'
The input fields for the identity of the customer associated with the checkout.
type CheckoutBuyerIdentityInput = { countryCode: CountryCode; }