GitHub

MagentoListCartCouponsResponse

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

interface MagentoListCartCouponsResponse {
  cart: { applied_coupons: MagentoCartCoupon[]; }
}