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

GetMailboxDetailsResponse

import type { GetMailboxDetailsResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface GetMailboxDetailsResponse {
MailboxQuota?: number | null;
MailboxSize?: number | null;
}

§Properties

§
MailboxQuota?: number | null
[src]

The maximum allowed mailbox size, in MB, for the specified user.

§
MailboxSize?: number | null
[src]

The current mailbox size, in MB, for the specified user.