Region
import type { Region } from "https://googleapis.deno.dev/v1/areainsights:v1.ts";
A region is a geographic boundary such as: cities, postal codes, counties, states, etc.
interface Region {
place?: string;
}import type { Region } from "https://googleapis.deno.dev/v1/areainsights:v1.ts";
A region is a geographic boundary such as: cities, postal codes, counties, states, etc.