Interface BusinessOpeningHours

Describes the opening hours of a business.

interface BusinessOpeningHours {
    opening_hours: BusinessOpeningHoursInterval[];
    time_zone_name: string;
}

Properties

List of time intervals describing business opening hours

time_zone_name: string

Unique name of the time zone for which the opening hours are defined