DaffCartClearFailure
Indicates the failed removal of all items from the cart.
import { DaffCartClearFailure } from '@daffodil/cart/state'
class DaffCartClearFailure implements DaffFailureAction {
readonly type: DaffCartActionTypes.CartClearFailureAction
payload: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartActionTypes.CartClearFailureAction | |
payload | DaffStateError[] |