mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add value prop (#28561)
This commit is contained in:
parent
4468d41417
commit
b3ac4eb899
@ -499,6 +499,7 @@ export interface QueryHint {
|
||||
|
||||
export interface MetricFindValue {
|
||||
text: string;
|
||||
value?: string | number;
|
||||
expandable?: boolean;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user