### Describe the feature Usage: ```ts event.req.json<{ key: string }>() ``` The change should be: ```diff - json: () => Promise<Body> + json: <T>() => Promise<T | Body> ``` ### Additional information - [ ] Would you be willing to help implement this feature?