import { daffAuthRegisterReducer } from '@daffodil/auth/state'
function daffAuthRegisterReducer<T extends DaffAccountRegistration>(
state: DaffOperationState = daffAuthRegisterInitialState
action: DaffAuthRegisterActions<T>
): DaffAuthRegisterReducerState
| Parameter | state: DaffOperationState |
|---|---|
| Default | daffAuthRegisterInitialState |
| Description |
| Parameter | action: DaffAuthRegisterActions |
|---|---|
| Description |