import { DaffCartCouponRemoveAll } from '@daffodil/cart/state'
Triggers the removal of all of the cart's coupons.
class DaffCartCouponRemoveAll implements Action {
readonly type: DaffCartCouponActionTypes.CartCouponRemoveAllAction = DaffCartCouponActionTypes.CartCouponRemoveAllAction
}