# ReduxReducerPattern

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts#L57)

Redux reducer pattern

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `sliceName` | `string` |
| `line` | `number` |
| `initialState` | `Record<string, unknown>` |
| `handlesActions` | `string[]` |
| `stateShape` | `Record<string, string>` |
