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