arguments for the action creator function
payload type
type name
optional error type
optional meta type
Calling this redux#ActionCreator with Args will return
an Action with a payload of type P and (depending on the PrepareAction
method used) a meta- and error property of types M and E respectively.
Rest ...args: ArgsGenerated using TypeDoc
Basic type for all action creators.
Inherit Doc