The specific type of the ActionsMap
an ActionsMap to override
Optional
newReducers: Partial<{ [ P in string | number | symbol]: PartialReducerOf<any, S2> }>An object containing full reducers as the values por the properties representing actions you want to override their reducers.
Generated using TypeDoc
Create a new ActionMap with the same actions as the given, differing only in the reducers of the actions. This function is useful to react to actions originally defined in other modules, with reducer functions adapted to the state of a current module.
Returns