# GenericFormState

**Kind:** Interface

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

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

## Properties

| Property | Type |
|---|---|
| `loading` | `boolean` |
| `records` | `any[]` |
| `selectedRecord` | `any` |

## Relationships

- IMPORTS → `LoadDataAction`
- IMPORTS → `GENERIC_FORM_ACTIONS`
