import { MagentoGetBillingAddressResponse } from '@daffodil/cart/driver/magento'
interface MagentoGetBillingAddressResponse { cart: { __typename: string; billing_address: MagentoCartAddress; email: string; } }