import { DaffAuthFeatureState } from '@daffodil/auth/state'
interface DaffAuthFeatureState { auth: DaffAuthReducerState login: DaffOperationState register: DaffOperationState resetPassword: DaffAuthResetPasswordReducerState }