import { DaffOrderList } from '@daffodil/order/state'
Triggers the loading of the orders for either the currently logged-in user or the specified guest cart.
class DaffOrderList implements Action {
readonly type: DaffOrderActionTypes.OrderListAction = DaffOrderActionTypes.OrderListAction
cartId: string
request: DaffCollectionRequest = {}
}