GoogleMapsPlacesV1ContentBlock
import type { GoogleMapsPlacesV1ContentBlock } from "https://googleapis.deno.dev/v1/places:v1.ts";
A block of content that can be served individually.
interface GoogleMapsPlacesV1ContentBlock {
content?: GoogleTypeLocalizedText;
referencedPlaces?: string[];
}