interface RawOpeningHour {
    days: number[];
    fromHour: string;
    toHour: string;
}

Properties

Properties

days: number[]
fromHour: string
toHour: string