# reducer

**Kind:** Function

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

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

## Signature

```ts
function reducer(state, action: appActions.Actions): State
```

## Parameters

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

**Returns:** `State`
