import { MagentoGetCartResponse } from '@daffodil/cart/driver/magento'
interface MagentoGetCartResponse { __typename: string cart: MagentoCart }