An action creator of type T whose payload type could not be inferred. Accepts everything as payload.
T
payload
Calling this redux#ActionCreator with an argument will return a PayloadAction of type T with a payload of exactly the type of the argument.
An action creator of type
T
whosepayload
type could not be inferred. Accepts everything aspayload
.Inherit Doc