# StateManagementInfo

**Kind:** Interface

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

State management information

## Properties

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