Skip to content

Commit

Permalink
chore(ui): removed duplicated types + invalid import (#5436)
Browse files Browse the repository at this point in the history
  • Loading branch information
odalet authored Apr 3, 2020
1 parent d61b03f commit 7e533b0
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions ui/src/types/logs.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
import {QueryConfig, Namespace, Source} from 'src/types'
import {FieldOption} from 'src/types/dashboards'
import {TimeSeriesValue} from 'src/types/series'
import {TimeRange} from 'src/types/logs'

export enum SearchStatus {
None = 'None',
Expand Down Expand Up @@ -128,28 +127,6 @@ export interface TimeMarker {
timeOption: string
}

export interface TimeRange {
upper?: string
lower: string
seconds?: number
windowOption: string
timeOption: string
}

export interface TimeBounds {
upper: string | null
lower: string
}

export interface TimeWindow {
seconds: number
windowOption: string
}

export interface TimeMarker {
timeOption: string
}

export type RowHeightHandler = (index: Index) => number

export interface Term {
Expand Down

0 comments on commit 7e533b0

Please sign in to comment.