DaffAuthFeatureState
import { DaffAuthFeatureState } from '@daffodil/auth/state'
interface DaffAuthFeatureState {
auth: DaffAuthReducerState
login: DaffAuthLoginReducerState
register: DaffAuthRegisterReducerState
resetPassword: DaffAuthResetPasswordReducerState
}
Properties
Name | Type | Description |
---|---|---|
auth | DaffAuthReducerState | |
login | DaffAuthLoginReducerState | |
register | DaffAuthRegisterReducerState | |
resetPassword | DaffAuthResetPasswordReducerState |