Moved utils to another repository
This commit is contained in:
5
types/logging.d.ts
vendored
Normal file
5
types/logging.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare namespace Express {
|
||||
interface Request {
|
||||
noLogging: boolean|undefined;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user