Replies: 2 comments 1 reply
-
HI @yudai-nkt ! Thank you for trying. I thought it was not too bad if the schema information disappeared, but it should keep it.
Please. I may fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, I've created the PR #909. It may fix this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying
TypedResponse
but can't figure out how to use it properly with theroute
method. Consider the following example:In the above code,
blog
has a type ofHono<Env, Schema<"get", "/posts", {}, { slug: string }[]>>
butapp
's type isHono<Env, {}>
. I want it to beHono<Env, Schema<"get", "/blog/posts", {}, { slug: string }[]>>
.How can I keep the schema information, or is this something that isn't supported yet? If the latter is the case, I'll convert this discussion into an issue.
Beta Was this translation helpful? Give feedback.
All reactions