An action with a string type and an associated payload. This is the type of action returned by createAction() action creators.
createAction()
The type of the action's payload.
the type used for the action type.
The type of the action's meta (optional)
The type of the action's error (optional)
Generated using TypeDoc
An action with a string type and an associated payload. This is the type of action returned by
createAction()
action creators.