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

NotifyEmailType

import type { NotifyEmailType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

The notify email type.

interface NotifyEmailType {
HtmlBody?: string | null;
Subject: string;
TextBody?: string | null;
}

§Properties

§
HtmlBody?: string | null
[src]

The email HTML body.

§
Subject: string
[src]

The email subject.

§
TextBody?: string | null
[src]

The email text body.