import { DaffCartItemListFailure } from '@daffodil/cart/state'
Indicates the failed load of the cart's items.
class DaffCartItemListFailure implements DaffFailureAction {
readonly type: DaffCartItemActionTypes.CartItemListFailureAction = DaffCartItemActionTypes.CartItemListFailureAction
payload: DaffStateError[]
}