mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove unused type
This commit is contained in:
parent
2183954b80
commit
7e26a5aa50
@ -135,9 +135,4 @@ export interface ElasticsearchAnnotationQuery {
|
||||
index?: string;
|
||||
}
|
||||
|
||||
export interface ElasticsearchAnnotationQueryOptions {
|
||||
annotation: ElasticsearchAnnotationQuery;
|
||||
range: TimeRange;
|
||||
}
|
||||
|
||||
export type RangeMap = Record<string, { from: number; to: number; format: string }>;
|
||||
|
Loading…
Reference in New Issue
Block a user