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

Draft

import type { Draft } from "https://googleapis.deno.dev/v1/gmail:v1.ts";

A draft email in the user's mailbox.

interface Draft {
id?: string;
message?: Message;
}

§Properties

§
id?: string
[src]

The immutable ID of the draft.

§
message?: Message
[src]

The message content of the draft.