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

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?: {
[key: string]: string | null | undefined;
}
| null;
SilentPush?: boolean | null;
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null;
Title?: string | null;
Url?: string | null;
}

§Properties

§
Action?: Action | null
[src]
§
Body?: string | null
[src]
§
Data?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
SilentPush?: boolean | null
[src]
§
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
Title?: string | null
[src]
§
Url?: string | null
[src]