import { DaffCartItemList } from '@daffodil/cart/state'
Triggers the load of the cart's items.
class DaffCartItemList implements Action { readonly type: DaffCartItemActionTypes.CartItemListAction = DaffCartItemActionTypes.CartItemListAction }