GitHub

DaffCustomerClearErrors

An action to clear all customer errors in state.

import { DaffCustomerClearErrors } from '@daffodil/customer/state'
class DaffCustomerClearErrors implements Action {
  readonly type: DaffCustomerActionTypes.CustomerClearErrorsAction
}

Properties

Name Type Description
type DaffCustomerActionTypes.CustomerClearErrorsAction