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