Merge pull request #5801 from DerKnerd/patch-1

Update express.d.ts
This commit is contained in:
Horiuchi_H 2015-09-15 11:17:59 +09:00
commit cf4a72221d

View File

@ -412,6 +412,10 @@ declare module "express" {
originalUrl: string;
url: string;
baseUrl: string;
app: Application;
}
interface MediaType {