export interface BreakData {
    duration?: number;
    time_windows: [number, number][];
}
