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

EmailTemplateMetadata

import type { EmailTemplateMetadata } from "https://aws-api.deno.dev/v0.3/services/sesv2.ts?docs=full";

Contains information about an email template.

interface EmailTemplateMetadata {
CreatedTimestamp?: Date | number | null;
TemplateName?: string | null;
}

§Properties

§
CreatedTimestamp?: Date | number | null
[src]

The time and date the template was created.

§
TemplateName?: string | null
[src]

The name of the template.