An action creator that produces actions with a payload attribute.
payload
the payload type
the type of the resulting action
type
if the resulting action is preprocessed by a prepare method, the signature of said method.
prepare
An action creator that produces actions with a
payload
attribute.