DaffCartItemDeleteOutOfStockFailure
Indicates the failed deletion of all out of stock cart items.
import { DaffCartItemDeleteOutOfStockFailure } from '@daffodil/cart/state'
class DaffCartItemDeleteOutOfStockFailure implements DaffFailureAction {
readonly type: DaffCartItemActionTypes.CartItemDeleteOutOfStockFailureAction
payload: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartItemActionTypes.CartItemDeleteOutOfStockFailureAction | |
payload | DaffStateError[] |