DEV Community

Discussion on: Get Better with TypeScript using Express

Collapse
 
namhle profile image
Nam Hoang Le

The typing for Params part in POST handler should be never , so we can avoid accidental pick unwanted thing later. It will also pass the typescript warning about object.
The Query part could be omitted too.