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
I've been looking around but I couldn't find any clear answer. I have this custom message:
message CustomMessage { required uint32 conversationID = 1; extensions 2 to max; extend CustomMessage { optional Request request = 2; optional Response response = 2; } }
How do I add the Request to the message in typescript ?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
I've been looking around but I couldn't find any clear answer. I have this custom message:
message CustomMessage { required uint32 conversationID = 1; extensions 2 to max; extend CustomMessage { optional Request request = 2; optional Response response = 2; } }
How do I add the Request to the message in typescript ?
The text was updated successfully, but these errors were encountered: