add value prop (#28561)

This commit is contained in:
Scott Lepper
2020-10-27 08:18:10 -04:00
committed by GitHub
parent 4468d41417
commit b3ac4eb899
@@ -499,6 +499,7 @@ export interface QueryHint {
export interface MetricFindValue {
text: string;
value?: string | number;
expandable?: boolean;
}