Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts
Redux reducer pattern
Properties
| Property | Type |
|---|---|
name | string |
sliceName | string |
line | number |
initialState | Record<string, unknown> |
handlesActions | string[] |
stateShape | Record<string, string> |
Was this page helpful?