mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix swagger-schema-official to work with typescript 2.7
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ export interface Path {
|
||||
options?: Operation;
|
||||
head?: Operation;
|
||||
patch?: Operation;
|
||||
parameters?: [Parameter];
|
||||
parameters?: Parameter[];
|
||||
}
|
||||
|
||||
// ----------------------------- Operation -----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user