UNPKG

techdadi-express-starter-ts

Version:

CLI for creating a new Express TypeScript starter project

8 lines (6 loc) 181 B
import { Request } from 'express'; declare module 'express-serve-static-core' { interface Request { user?: any; // You can define the type as per your requirement here } }