interface OpeningHours {
    lunven: string[];
    sab: string[];
    fes: string[];
}

export type { OpeningHours };
