UNPKG

node-typescript-generator

Version:

This is a Node JS project generator with Express and all necessary libraries in Typescript.

8 lines (7 loc) 208 B
import { ReqWithAuth } from "./src/Lib/DataTypes/Common" // Augment the Request interface to include the custom property declare module "express" { interface Request { User?: ReqWithAuth; } }