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

GoogleMapsPlacesV1PlaceSubDestination

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

Place resource name and id of sub destinations that relate to the place. For example, different terminals are different destinations of an airport.

interface GoogleMapsPlacesV1PlaceSubDestination {
id?: string;
name?: string;
}

§Properties

§
id?: string
[src]

The place id of the sub destination.

§
name?: string
[src]

The resource name of the sub destination.