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

EndpointLocation

import type { EndpointLocation } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface EndpointLocation {
City?: string | null;
Country?: string | null;
Latitude?: number | null;
Longitude?: number | null;
PostalCode?: string | null;
Region?: string | null;
}

§Properties

§
City?: string | null
[src]
§
Country?: string | null
[src]
§
Latitude?: number | null
[src]
§
Longitude?: number | null
[src]
§
PostalCode?: string | null
[src]
§
Region?: string | null
[src]