GoogleMapsPlacesV1PlaceContainingPlace
import type { GoogleMapsPlacesV1PlaceContainingPlace } from "https://googleapis.deno.dev/v1/places:v1.ts";
Info about the place in which this place is located.
interface GoogleMapsPlacesV1PlaceContainingPlace {
id?: string;
name?: string;
}