# StateReducerMetadata

**Kind:** Interface

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

State reducer metadata (Redux, NgRx)

## Properties

| Property | Type |
|---|---|
| `sliceName` | `string` |
| `initialState` | `Record<string, unknown>` |
| `handlesActions` | `string[]` |
| `stateShape` | `Record<string, string>` |
| `stateTransitions` | `StateTransition[]` |
