Creates an action description with a typed payload, given a module prefix, an action name and an optional partial reducer.
The action payload type
The state type
The prefix or module name to prepend to the action name to obtain a unique action type.
The action name. Should be unique in the prefix.
An optional partial reducer function
Generated using TypeDoc
Creates an action description with a typed payload, given a module prefix, an action name and an optional partial reducer.