Updates for easy- definitions

This commit is contained in:
Karl Düüna
2015-07-16 20:58:44 +03:00
parent 09e37c0f40
commit 4b055bdf5a
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -9,7 +9,6 @@
declare module Express {
export interface Request {
log: any;
info: any;
}
}