# ProfileState

**Kind:** Interface

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

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

## Properties

| Property | Type |
|---|---|
| `loading` | `boolean` |
| `token` | `any` |
| `user` | `Person` |
| `loggedIn` | `boolean` |
| `loginData` | `Login` |
| `page` | `PageData` |

## Relationships

- IMPORTS → `LoginAction`
- IMPORTS → `PROFILE_ACTIONS`
