# reducer

**Kind:** Function

**Source:** `Pams/Web/Pams.Web/Client/app/reducers/application.ts` (line 13)

**Part of:** [Pams](subsystem-pams)

## Signature

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

## Parameters

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

**Returns:** `State`
