import { DaffCustomerClearErrors } from '@daffodil/customer/state'
An action to clear all customer errors in state.
class DaffCustomerClearErrors implements Action {
readonly type: DaffCustomerActionTypes.CustomerClearErrorsAction = DaffCustomerActionTypes.CustomerClearErrorsAction
}