6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
declare namespace Express {
|
|
interface Request {
|
|
noLogging: boolean|undefined;
|
|
}
|
|
}
|