export type Timeframe = { start: string; unixStart: number; end: string; unixEnd: number; enum: string; interval: string; };