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

NotificationOptions

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

Set of options which defines notification preferences of given action.

interface NotificationOptions {
EmailMessage?: string | null;
SendEmail?: boolean | null;
}

§Properties

§
EmailMessage?: string | null
[src]

Text value to be included in the email body.

§
SendEmail?: boolean | null
[src]

Boolean value to indicate an email notification should be sent to the recipients.