GitHub

DaffCartClearFailure

import { DaffCartClearFailure } from '@daffodil/cart/state'

Indicates the failed removal of all items from the cart.

class DaffCartClearFailure implements DaffFailureAction {
  readonly type: DaffCartActionTypes.CartClearFailureAction = DaffCartActionTypes.CartClearFailureAction
  payload: DaffStateError[]
}