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

GoogleMapsPlacesV1ContentBlock

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

A block of content that can be served individually.

interface GoogleMapsPlacesV1ContentBlock {
referencedPlaces?: string[];
}

§Properties

§

Content related to the topic.

§
referencedPlaces?: string[]
[src]

The list of resource names of the referenced places. This name can be used in other APIs that accept Place resource names.