GitHub

MagentoCreateCartResponse

import { MagentoCreateCartResponse } from '@daffodil/cart/driver/magento'

interface MagentoCreateCartResponse {
  createEmptyCart: string
}