mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add missing app parameter on the Response interface.
This commit is contained in:
Vendored
+2
@@ -848,6 +848,8 @@ interface Response extends http.ServerResponse, Express.Response {
|
||||
*
|
||||
*/
|
||||
vary(field: string): Response;
|
||||
|
||||
app: Application;
|
||||
}
|
||||
|
||||
interface Handler extends RequestHandler { }
|
||||
|
||||
Reference in New Issue
Block a user