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

ListMailboxExportJobsResponse

import type { ListMailboxExportJobsResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListMailboxExportJobsResponse {
Jobs?: MailboxExportJob[] | null;
NextToken?: string | null;
}

§Properties

§
Jobs?: MailboxExportJob[] | null
[src]

The mailbox export job details.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results.