import { daffAuthResetPasswordReducer } from '@daffodil/auth/state'
function daffAuthResetPasswordReducer<T extends DaffAuthResetPasswordInfo = DaffAuthResetPasswordInfo>(
state: DaffAuthResetPasswordReducerState = daffAuthResetPasswordInitialState
action: DaffAuthResetPasswordActions<T>
): DaffAuthResetPasswordReducerState
Parameter | state: DaffAuthResetPasswordReducerState |
---|---|
Default | daffAuthResetPasswordInitialState |
Description |
Parameter | action: DaffAuthResetPasswordActions |
---|---|
Description |