import { MagentoSetSelectedPaymentMethodWithBillingResponse } from '@daffodil/cart/driver/magento'
interface MagentoSetSelectedPaymentMethodWithBillingResponse {
setBillingAddressOnCart: { __typename: string; cart: { id: string; }; }
setPaymentMethodOnCart: MagentoGetCartResponse
}