mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
MetricFindValue: add missing "properties" field to the TS interface (#114486)
This commit is contained in:
parent
cd797b6789
commit
8daa228083
1 changed files with 1 additions and 0 deletions
|
|
@ -643,6 +643,7 @@ export interface MetricFindValue {
|
|||
value?: string | number;
|
||||
group?: string;
|
||||
expandable?: boolean;
|
||||
properties?: Record<string, string>;
|
||||
}
|
||||
|
||||
export interface DataSourceGetDrilldownsApplicabilityOptions<TQuery extends DataQuery = DataQuery> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue