mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
make variable type more slim
This commit is contained in:
@@ -1,19 +1,5 @@
|
|||||||
export interface Variable {
|
export interface Variable {
|
||||||
datasource: any;
|
|
||||||
query: any;
|
|
||||||
regex: any;
|
|
||||||
sort: any;
|
|
||||||
options: any;
|
|
||||||
current: any;
|
|
||||||
refresh: number;
|
|
||||||
hide: number;
|
|
||||||
name: string;
|
name: string;
|
||||||
multi: boolean;
|
type: string;
|
||||||
includeAll: boolean;
|
current: any;
|
||||||
useTags: boolean;
|
|
||||||
tagsQuery: string;
|
|
||||||
tagValuesQuery: string;
|
|
||||||
tags: any[];
|
|
||||||
skipUrlSync: boolean;
|
|
||||||
definition: string;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user