import { MagentoListPaymentMethodsResponse } from '@daffodil/cart/driver/magento'
interface MagentoListPaymentMethodsResponse { cart: { __typename: string; available_payment_methods: MagentoCartPaymentMethod[]; } }