mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: improve types (#78126)
* fix some types * more type updates * some more fixes * more changes * string instead of unknown * more like original logic * remove outdated comment * update betterer
This commit is contained in:
@@ -4,7 +4,7 @@ import { Geometry } from 'ol/geom';
|
||||
import { DataFrame, Field, FieldType, getFieldTypeFromValue } from '@grafana/data';
|
||||
|
||||
interface FieldInfo {
|
||||
values: any[];
|
||||
values: Array<string | number | null | undefined>;
|
||||
types: Set<FieldType>;
|
||||
count: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user