import { DaffCartCouponRemoveAllSuccess } from '@daffodil/cart/state'
Indicates the successful removal of all of the cart's coupons.
class DaffCartCouponRemoveAllSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartCouponActionTypes.CartCouponRemoveAllSuccessAction = DaffCartCouponActionTypes.CartCouponRemoveAllSuccessAction
payload: Partial<T>
}