fix swagger-schema-official to work with typescript 2.7

This commit is contained in:
Gabriel Castro
2018-02-12 12:02:12 -05:00
parent 69df2727ee
commit c10b0b8932
+1 -1
View File
@@ -87,7 +87,7 @@ export interface Path {
options?: Operation;
head?: Operation;
patch?: Operation;
parameters?: [Parameter];
parameters?: Parameter[];
}
// ----------------------------- Operation -----------------------------------