MetricFindValue: add missing "properties" field to the TS interface (#114486)

This commit is contained in:
Marc M. 2025-11-27 16:38:42 +01:00 committed by GitHub
parent cd797b6789
commit 8daa228083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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> {