Basic type for all action creators.
Calling this redux#ActionCreator with an argument will return a PayloadAction of type T with a payload of exactly the type of the argument.
T
Generated using TypeDoc
Basic type for all action creators.
Inherit Doc