AndroidPushNotificationTemplate
import type { AndroidPushNotificationTemplate } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";interface AndroidPushNotificationTemplate {
Action?: Action | null;
Body?: string | null;
ImageIconUrl?: string | null;
ImageUrl?: string | null;
RawContent?: string | null;
SmallImageIconUrl?: string | null;
Sound?: string | null;
Title?: string | null;
Url?: string | null;
}