# reducer

**Kind:** Function

**Source:** `Pams/Web/portal/pams-web/src/app/reducers/core/generic-form.reducer.ts` (line 18)

**Part of:** [Pams Web](subsystem-pams-web-portal-pams-web-src-app)

## Signature

```ts
function reducer(state, action: genericFormActions.Actions): GenericFormState
```

## Parameters

| Name | Type |
|---|---|
| `state` | `any` |
| `action` | `genericFormActions.Actions` |

**Returns:** `GenericFormState`
