Is there a way to type the output json response? #8296
Unanswered
NagabhushanS
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the RequestHandler does not have a generic type for the output json response. With the request handlers now returning a Response rather than a json object, is there a way to type the output response (since Response by itself doesn't have generic type params)?
For example, something like
Beta Was this translation helpful? Give feedback.
All reactions