79187707

Date: 2024-11-14 07:19:40
Score: 0.5
Natty:
Report link

Pur this below code into your server.ts file or index.ts file where you create your app by using const app = express()

declare module "express-serve-static-core" {
  interface Request {
    user?: User; // user is our custom interface
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Developer Sabbir