export interface TimeInterval { /** * Interval end time */ end: string; /** * Interval start time */ start: string; }