GitHub

MagentoApplyCouponResponse

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

interface MagentoApplyCouponResponse {
  applyCouponToCart: { cart: MagentoCart; }
}