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;
}