GitHub

MagentoRemoveAllCouponsResponse

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

interface MagentoRemoveAllCouponsResponse {
  removeCouponFromCart: { cart: MagentoCart; }
}