import { MagentoCreateCartResponse } from '@daffodil/cart/driver/magento'
interface MagentoCreateCartResponse { createEmptyCart: MagentoCart['id'] }