Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Backend
/
Hono
Which type should an `hc` client receive for reliable route inference?
from Hono
Hono 4.13.5 / Node 24 / TypeScript 6
intermediate
1 min
Which type should an `hc` client receive for reliable route inference?
The type of the final chained route declaration
The type of a new empty Hono application
The runtime type of a JSON response body
Any interface with a string index signature
Check
Ask AI about this kata
Report an error
previous kata
Review a generated Hono order route
Review AI code
next kata
What does `await c.req.json<OrderInput>()` guarantee about an incoming body?
Quiz
A new version is available
Reload