79724228

Date: 2025-08-03 18:11:58
Score: 1.5
Natty:
Report link

Although, you did a good job of adding importing Request and Response from express, this error will also appear if you don't import it from express.

If you have @types/node, when you type out the request or response type your ide will most likely show you the node types for req and res as the first option, instead of from express. Just watch out.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: RobenusW