Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BusinessHours

import type { BusinessHours } from "https://googleapis.deno.dev/v1/mybusinessbusinessinformation:v1.ts";

Represents the time periods that this location is open for business. Holds a collection of TimePeriod instances.

interface BusinessHours {
periods?: TimePeriod[];
}

§Properties

§
periods?: TimePeriod[]
[src]

Required. A collection of times that this location is open for business. Each period represents a range of hours when the location is open during the week.