Update express.d.ts

added baseUrl and app property to express.Request.
This commit is contained in:
Imanuel Ulbricht
2015-09-13 21:52:57 +02:00
parent 7a3ca1f0b8
commit a0e8f7986a
+4
View File
@@ -410,6 +410,10 @@ declare module "express" {
originalUrl: string;
url: string;
baseUrl: string;
app: Application;
}
interface MediaType {