APNSMessage
import type { APNSMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";interface APNSMessage {
Action?: Action | null;
APNSPushType?: string | null;
Badge?: number | null;
Body?: string | null;
Category?: string | null;
CollapseId?: string | null;
Data?: {} | null;
[key: string]: string | null | undefined;
MediaUrl?: string | null;
PreferredAuthenticationMethod?: string | null;
Priority?: string | null;
RawContent?: string | null;
SilentPush?: boolean | null;
Sound?: string | null;
Substitutions?: {} | null;
[key: string]: string[] | null | undefined;
ThreadId?: string | null;
TimeToLive?: number | null;
Title?: string | null;
Url?: string | null;
}