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

PlaceInfo

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

Defines an area that's represented by a place ID.

interface PlaceInfo {
placeId?: string;
placeName?: string;
}

§Properties

§
placeId?: string
[src]

Required. The ID of the place. Must correspond to a region. (https://developers.google.com/places/web-service/supported_types#table3)

§
placeName?: string
[src]

Required. The localized name of the place. For example, Scottsdale, AZ.