chore: Cleaning up implicit anys in DashboardExporter and tests

progress: #14714
This commit is contained in:
Hugo Häggmark
2019-03-18 07:42:43 +01:00
parent d1e48a07b2
commit 0eb2ca3ffd
5 changed files with 61 additions and 23 deletions

View File

@@ -91,6 +91,7 @@ export interface PluginMeta {
includes: PluginInclude[];
// Datasource-specific
builtIn?: boolean;
metrics?: boolean;
tables?: boolean;
logs?: boolean;