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

Invite

import type { Invite } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";
interface Invite {
EmailAddress?: string | null;
EmailStatus?: EmailStatus | null;
InviteId?: string | null;
Status?: InviteStatus | null;
}

§Properties

§
EmailAddress?: string | null
[src]
§
EmailStatus?: EmailStatus | null
[src]
§
InviteId?: string | null
[src]
§
Status?: InviteStatus | null
[src]