import { CartFreePaymentMethodInput } from '@daffodil/driver/shopify'
The input fields for submitting a billing address without a selected payment method.
type CartFreePaymentMethodInput = { billingAddress: MailingAddressInput; }