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

ListMailboxPermissionsResponse

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

§Properties

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.

§
Permissions?: Permission[] | null
[src]

One page of the user, group, or resource mailbox permissions.