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

APNSPushNotificationTemplate

import type { APNSPushNotificationTemplate } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface APNSPushNotificationTemplate {
Action?: Action | null;
Body?: string | null;
MediaUrl?: string | null;
RawContent?: string | null;
Sound?: string | null;
Title?: string | null;
Url?: string | null;
}

§Properties

§
Action?: Action | null
[src]
§
Body?: string | null
[src]
§
MediaUrl?: string | null
[src]
§
RawContent?: string | null
[src]
§
Sound?: string | null
[src]
§
Title?: string | null
[src]
§
Url?: string | null
[src]