import { DaffCartItemLoadFailure } from '@daffodil/cart/state'
Indicates the failed load of a specific cart item.
class DaffCartItemLoadFailure implements Action {
readonly type: DaffCartItemActionTypes.CartItemLoadFailureAction = DaffCartItemActionTypes.CartItemLoadFailureAction
payload: DaffStateError[]
itemId: string
}