import { DaffCartCouponApplyFailure } from '@daffodil/cart/state'
Indicates the failed application of a cart coupon.
class DaffCartCouponApplyFailure implements DaffFailureAction {
readonly type: DaffCartCouponActionTypes.CartCouponApplyFailureAction = DaffCartCouponActionTypes.CartCouponApplyFailureAction
payload: DaffStateError[]
}