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