mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add missing app parameter on the Response interface.
This commit is contained in:
parent
3177c01620
commit
a90ca0db9b
2
express-serve-static-core/index.d.ts
vendored
2
express-serve-static-core/index.d.ts
vendored
@ -848,6 +848,8 @@ interface Response extends http.ServerResponse, Express.Response {
|
||||
*
|
||||
*/
|
||||
vary(field: string): Response;
|
||||
|
||||
app: Application;
|
||||
}
|
||||
|
||||
interface Handler extends RequestHandler { }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user