EndpointDemographic
import type { EndpointDemographic } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface EndpointDemographic {
AppVersion?: string | null;
Locale?: string | null;
Make?: string | null;
Model?: string | null;
ModelVersion?: string | null;
Platform?: string | null;
PlatformVersion?: string | null;
Timezone?: string | null;
}