export interface DayData { isOpen: boolean; hoursLabel: string | null; specialType: string | null; }