# initialState

**Kind:** Constant

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

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

## Definition

```ts
State
```

## Value

```ts
{
    loading: 0,
    loadingList: [],
    alerts: []
}
```
