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

@ -206,7 +206,7 @@ describe('PostgreSQLDatasource', () => {
describe('When interpolating variables', () => {
beforeEach(() => {
ctx.variable = new CustomVariable({}, {});
ctx.variable = new CustomVariable({}, {} as any);
});
describe('and value is a string', () => {