Remove unused type

This commit is contained in:
Matias Chomicki 2023-06-08 14:34:22 +02:00
parent 2183954b80
commit 7e26a5aa50

View File

@ -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 }>;