This could be a followup thing to try out but: I wonder whether it's worth now having a separate response type for each call, so that there is no enum?
eg
type CallResponse = ...
type BatchResponse = ...
type NotificationResponse = ...
Originally posted by @jsdw in #1521 (comment)_
This could be a followup thing to try out but: I wonder whether it's worth now having a separate response type for each call, so that there is no enum?
eg
Originally posted by @jsdw in #1521 (comment)_