MagentoGetCartResponse
import { MagentoGetCartResponse } from '@daffodil/cart/driver/magento'
interface MagentoGetCartResponse {
__typename: string
cart: MagentoCart
}
Properties
Name | Type | Description |
---|---|---|
__typename | string | |
cart | MagentoCart |