import { MagentoCartSetSelectedPaymentMethodWithBillingQueryVariables } from '@daffodil/cart/driver/magento'
interface MagentoCartSetSelectedPaymentMethodWithBillingQueryVariables {
cartId: string
payment: MagentoPaymentMethodInput
address: MagentoBillingAddressInput
}