# StateManagementInfo

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts#L405)

State management information

## Properties

| Property | Type |
|---|---|
| `type` | `'useState' | 'useReducer' | 'context' | 'redux' | 'zustand' | 'pinia' | 'other'` |
| `stores` | `string[]` |
| `actions` | `string[]` |
| `selectors` | `string[]` |
