Chore: Fix about 200 noImplicitAny errors (#18067)

* Fix 200 ish errors

* Add interface
This commit is contained in:
Tobias Skarhed
2019-07-16 11:35:42 +02:00
committed by GitHub
parent b049b003f2
commit 0ef4060b98
31 changed files with 208 additions and 151 deletions

View File

@@ -289,7 +289,7 @@ function initTemplateSrv(values: any, multi = false) {
},
multi: multi,
},
{}
{} as any
),
]);
return templateSrv;