Skip to Content
APIPlaces LocationsType Alias: OpeningHours

Type Alias: OpeningHours

type OpeningHours = { [day in DaysOfTheWeek]: OpeningTime[] }

Object model for indicating multiple opening times periods for different days of the week Maps each day of the week to an array of opening time periods

Last updated on