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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,6 +499,7 @@ export interface QueryHint {
export interface MetricFindValue {
text: string;
value?: string | number;
expandable?: boolean;
}