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

Places

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

Defines the union of areas represented by a set of places.

interface Places {
placeInfos?: PlaceInfo[];
}

§Properties

§
placeInfos?: PlaceInfo[]
[src]

The areas represented by place IDs. Limited to a maximum of 20 places.