Available types

BusinessOpeningHours

Describes the opening hours of a business.

fields

fieldtyperequireddescription
time_zone_namestringrequiredUnique name of the time zone for which the opening hours are defined
opening_hoursBusinessOpeningHoursInterval[]requiredList of time intervals describing business opening hours

import

types.ts
import type { BusinessOpeningHours } from "@yaebal/types";

used by

types