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

CampaignEmailMessage

import type { CampaignEmailMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface CampaignEmailMessage {
Body?: string | null;
FromAddress?: string | null;
HtmlBody?: string | null;
Title?: string | null;
}

§Properties

§
Body?: string | null
[src]
§
FromAddress?: string | null
[src]
§
HtmlBody?: string | null
[src]
§
Title?: string | null
[src]