Commit b3ac4eb8 by Scott Lepper Committed by GitHub

add value prop (#28561)

parent 4468d414
......@@ -499,6 +499,7 @@ export interface QueryHint {
export interface MetricFindValue {
text: string;
value?: string | number;
expandable?: boolean;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment