Type for handler with a parameter isn't inferred correctly #2097
Unanswered
TheOnlyTails
asked this question in
Q&A
Replies: 1 comment 5 replies
-
hi @TheOnlyTails |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple handler like so:
However, when I try to create a client from it, the return type from the
/fonts
handler is correct, but the/fonts/:font
is resolved just to{}
:Why is this happening?
Beta Was this translation helpful? Give feedback.
All reactions