mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Fix broken link to method-override types (#20967)
This commit is contained in:
committed by
Sheetal Nandi
parent
b8660a296a
commit
824ad1a710
+1
-1
@@ -9,7 +9,7 @@ declare global {
|
||||
namespace Express {
|
||||
|
||||
// These open interfaces may be extended in an application-specific manner via declaration merging.
|
||||
// See for example method-override.d.ts (https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/method-override/method-override.d.ts)
|
||||
// See for example method-override.d.ts (https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/method-override/index.d.ts)
|
||||
export interface Request { }
|
||||
export interface Response { }
|
||||
export interface Application { }
|
||||
|
||||
Reference in New Issue
Block a user