Properties
closingDays
closingDays: { endDate: string; reason: string; startDate: string }[]
openingHours
openingHours: { breakFrom?: null | string; breakTo?: null | string; closed: boolean; dayIndex: number; openFrom: string; openTo: string }[]
openingHoursExceptions
openingHoursExceptions: { breakFrom?: null | string; breakTo?: null | string; endDate: string; from: null | string; startDate: string; to: null | string; type: "open" | "closed"; weekdays?: number[] }[]