The state type
The payload type for the action
A full reducer function is such that receives a previous state and the payload of a current action, and returns a new (or the same unmodified previous) state.
Generated using TypeDoc
The state type