import { DaffCustomerStoreCreditClearErrors } from '@daffodil/customer-store-credit/state'
An action to clear all errors in state.
class DaffCustomerStoreCreditClearErrors implements Action {
readonly type: DaffCustomerStoreCreditActionTypes.StoreCreditClearErrorsAction = DaffCustomerStoreCreditActionTypes.StoreCreditClearErrorsAction
}