devtools
devtools copied to clipboard
feat: Prepare request query and body in Server Routes according to route types
đ Your use case
I already use generics in route definitions, so other parts know what query and body API router expects. Issue in Nuxt and links to issues in other projects: https://github.com/nuxt/nuxt/issues/23009
đ The solution you'd like
I'd like dev tools to read this annotations and prepare query and body form with expected structure.
đ Alternatives you've considered
No response
âšī¸ Additional info
No response