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

OpenInfo

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

Information related to the opening state of the business.

interface OpenInfo {
readonly canReopen?: boolean;
openingDate?: Date;
status?:
| "OPEN_FOR_BUSINESS_UNSPECIFIED"
| "OPEN"
| "CLOSED_PERMANENTLY"
| "CLOSED_TEMPORARILY";
}

§Properties

§
readonly canReopen?: boolean
[src]

Output only. Indicates whether this business is eligible for re-open.

§
openingDate?: Date
[src]

Optional. The date on which the location first opened. If the exact day is not known, month and year only can be provided. The date must be in the past or be no more than one year in the future.

§
status?: "OPEN_FOR_BUSINESS_UNSPECIFIED" | "OPEN" | "CLOSED_PERMANENTLY" | "CLOSED_TEMPORARILY"
[src]

Required. Indicates whether or not the Location is currently open for business. All locations are open by default, unless updated to be closed.