fix missing semicolon
This commit is contained in:
@@ -48,7 +48,7 @@ export interface ZabbixMetricsQuery extends DataQuery {
|
|||||||
proxy?: { filter: string; };
|
proxy?: { filter: string; };
|
||||||
trigger?: { filter: string; };
|
trigger?: { filter: string; };
|
||||||
itServiceFilter?: string;
|
itServiceFilter?: string;
|
||||||
tags?: { filter: string; }
|
tags?: { filter: string; };
|
||||||
functions: ZabbixMetricFunction[];
|
functions: ZabbixMetricFunction[];
|
||||||
options: ZabbixQueryOptions;
|
options: ZabbixQueryOptions;
|
||||||
// Deprecated
|
// Deprecated
|
||||||
|
|||||||
Reference in New Issue
Block a user