mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
fixes #21371
This commit is contained in:
+1
-1
@@ -820,7 +820,7 @@ export interface Application extends IRouter, Express.Application {
|
||||
* Express instance itself is a request handler, which could be invoked without
|
||||
* third argument.
|
||||
*/
|
||||
(req: Request, res: Response): any;
|
||||
(req: Request | http.IncomingMessage, res: Response | http.ServerResponse): any;
|
||||
|
||||
/**
|
||||
* Initialize the server.
|
||||
|
||||
Reference in New Issue
Block a user