GitHub

DaffCartStoreCreditClearErrors

An action to clear all errors in state.

import { DaffCartStoreCreditClearErrors } from '@daffodil/cart-store-credit/state'
class DaffCartStoreCreditClearErrors implements Action {
  readonly type: DaffCartStoreCreditActionTypes.StoreCreditClearErrorsAction
}

Properties

Name Type Description
type DaffCartStoreCreditActionTypes.StoreCreditClearErrorsAction