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

MoreHours

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

The time periods during which a location is open for certain types of business.

interface MoreHours {
hoursTypeId?: string;
periods?: TimePeriod[];
}

§Properties

§
hoursTypeId?: string
[src]

Required. Type of hours. Clients should call {#link businessCategories:BatchGet} to get supported hours types for categories of their locations.

§
periods?: TimePeriod[]
[src]

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