import { DaffCartCouponRemoveAllFailure } from '@daffodil/cart/state'
Indicates the failed removal of all of the cart's coupons.
class DaffCartCouponRemoveAllFailure implements DaffFailureAction {
readonly type: DaffCartCouponActionTypes.CartCouponRemoveAllFailureAction = DaffCartCouponActionTypes.CartCouponRemoveAllFailureAction
payload: DaffStateError[]
}