import { DaffCartCouponList } from '@daffodil/cart/state'
Triggers the load of the cart's coupons.
class DaffCartCouponList implements Action {
readonly type: DaffCartCouponActionTypes.CartCouponListAction = DaffCartCouponActionTypes.CartCouponListAction
}