DefaultPushNotificationMessage
import type { DefaultPushNotificationMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface DefaultPushNotificationMessage {
Action?: Action | null;
Body?: string | null;
Data?: {} | null;
[key: string]: string | null | undefined;
SilentPush?: boolean | null;
Substitutions?: {} | null;
[key: string]: string[] | null | undefined;
Title?: string | null;
Url?: string | null;
}