DaffAuthResetPasswordSelectors
import { DaffAuthResetPasswordSelectors } from '@daffodil/auth/state'
interface DaffAuthResetPasswordSelectors {
selectAuthResetPasswordState: MemoizedSelector<DaffAuthStateRootSlice, DaffAuthResetPasswordReducerState>
selectAuthResetPasswordToken: MemoizedSelector<DaffAuthStateRootSlice, DaffAuthResetPasswordInfo['token']>
}
Properties
Name | Type | Description |
---|---|---|
selectAuthResetPasswordState | MemoizedSelector<DaffAuthStateRootSlice, DaffAuthResetPasswordReducerState> | |
selectAuthResetPasswordToken | MemoizedSelector<DaffAuthStateRootSlice, DaffAuthResetPasswordInfo['token']> |