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

Member

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

§Properties

§
AccountId?: string | null
[src]
§
AdministratorId?: string | null
[src]
§
Email?: string | null
[src]
§
InvitedAt?: Date | number | null
[src]
§
MasterId?: string | null
[src]
§
MemberStatus?: string | null
[src]
§
UpdatedAt?: Date | number | null
[src]