# reducers

**Kind:** Constant

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

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

## Definition

```ts
ActionReducerMap<AppState>
```

## Value

```ts
{
    application: fromApplication.reducer,
    dashboard: fromDashboard.reducer,
    job: fromJob.reducer,
    invoice: fromInvoice.reducer
}
```

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `TranslateHandler` — `Pams/Web/Pams.Web/Client/app/app.module.ts`:1
