createRequestMessage<T>(type, source, payload): PartialRequestMessage<T> extends T ? T : unknown
Attempts to construct a request message of the given type.
Currently all types that extend AppRequestMessage can be constructed by this function
If this changes in the future and some types require extra props this function will have a return type of unknown and will need to be modified
Attempts to construct a request message of the given type. Currently all types that extend AppRequestMessage can be constructed by this function If this changes in the future and some types require extra props this function will have a return type of unknown and will need to be modified