import { DAFF_AUTH_EXTRA_REDUCERS } from '@daffodil/auth/state'
A token to hold the injectable extra reducers.
Prefer using daffAuthProvideExtraReducers
.
const DAFF_AUTH_EXTRA_REDUCERS: InjectionToken<ActionReducer<DaffAuthFeatureState, Action<string>>[]>