ReducerActions<R> Type Alias
A TypeScript type alias that represents a union of all action types handled by a Redux Reducer.
If you have created a type-safe reducer function using combineReducers
, you can use this to infer your actions union type instead of having to define it manually.
Defined in
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.