mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update express.d.ts
added baseUrl and app property to express.Request.
This commit is contained in:
Vendored
+4
@@ -410,6 +410,10 @@ declare module "express" {
|
||||
originalUrl: string;
|
||||
|
||||
url: string;
|
||||
|
||||
baseUrl: string;
|
||||
|
||||
app: Application;
|
||||
}
|
||||
|
||||
interface MediaType {
|
||||
|
||||
Reference in New Issue
Block a user