import { MagentoGetShippingAddressResponse } from '@daffodil/cart/driver/magento'
interface MagentoGetShippingAddressResponse { cart: { __typename: string; shipping_addresses: MagentoShippingAddress[]; email: string; } }