Chore: ZabbixConnector types

This commit is contained in:
Alexander Zobnin
2020-05-15 15:24:30 +03:00
parent 11214d0d17
commit 1b11f3d46d
3 changed files with 39 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ export class ZabbixDatasource {
dbConnectionDatasourceName: string;
dbConnectionRetentionPolicy: string;
enableDebugLog: boolean;
zabbix: any;
zabbix: Zabbix;
replaceTemplateVars: (target: any, scopedVars?: any) => any;