You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the process function takes a message parameter of type any. I would like the user to be able to create their own custom structure and use it directly in the process function.
For example, in the example instead of passing message any, passing message Message :
Currently, the
process
function takes a message parameter of typeany
. I would like the user to be able to create their own custom structure and use it directly in the process function.For example, in the example instead of passing
message any
, passingmessage Message
:The text was updated successfully, but these errors were encountered: