ReducerMapActions<R> Type Alias

ReducerMapActions = ReducerActions<>

A type alias which represents the union type of all actions handled by the reducer returned by combineReducers for a given reducers argument. Used above by CombineReducersFunction, our custom type definition for combineReducers.

Defined in

Last Updated: 29 April, 2025