Results 2 comments of Miguel Sierra

Hey @tanmayvaij hope you find well, so basically something that you can do with that version of @types/[email protected] is changing a little bit your approach instead of using `return res.json`...

This issue is related to this interface in express-serve-static-core ``` export interface RequestHandler< P = ParamsDictionary, ResBody = any, ReqBody = any, ReqQuery = ParsedQs, LocalsObj extends Record = Record,...