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

GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification

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

Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. BusinessAvailabilityAttributes justifications. This shows some attributes a business has that could interest an end user.

interface GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification {
delivery?: boolean;
dineIn?: boolean;
takeout?: boolean;
}

§Properties

§
delivery?: boolean
[src]

If a place provides delivery.

§
dineIn?: boolean
[src]

If a place provides dine-in.

§
takeout?: boolean
[src]

If a place provides takeout.