Bring back TimePeriod type

pull/3897/head
Alex P 2018-07-12 13:41:17 -07:00
parent bd454b4a0e
commit 5c382f6dc2
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ export interface Margins {
left: number
}
export interface TimePeriod {
start: UnixTime
end: UnixTime
}
export interface HoverData {
data: HistogramData
x: number