export type Marker = { time: number; // unixTime ms color: string; data: { startTime: string, endTime: string, name: string, } }