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

Invitation

import type { Invitation } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface Invitation {
AccountId?: string | null;
InvitationId?: string | null;
InvitedAt?: Date | number | null;
MemberStatus?: string | null;
}

§Properties

§
AccountId?: string | null
[src]
§
InvitationId?: string | null
[src]
§
InvitedAt?: Date | number | null
[src]
§
MemberStatus?: string | null
[src]