export interface TimeRange {
    startMs: number;
    endMs: number;
}
