The type of the action being dispatched.
A middleware function that receives the current state, the action being dispatched, and the next middleware function in the chain.
The current state of the store.
The action being dispatched.
The next middleware function in the chain.
Generated using TypeDoc
The type of the state managed by the store.