import { MagentoGetCustomerCartResponse } from '@daffodil/cart-customer/driver/magento'
interface MagentoGetCustomerCartResponse { __typename: string customerCart: MagentoCart }