MetricFindValue: add missing "properties" field to the TS interface (#114486)
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user