API Reference > ui-framework > State > StateType StateType<R extends Reducer<any, any>> Type alias A TypeScript type alias that represents the return type of a Redux Reducer. If you have created a type-safe reducer function using combineReducers, you can use this to infer your state type instead of having to define it manually. StateType = DeepReadonly<ReturnType<R>> Defined in ui/framework/src/ui-framework/redux/redux-ts.ts Line 186 Last Updated: 11 June, 2024