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;
}