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

GetInvitationsCountResponse

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

§Properties

§
InvitationsCount?: number | null
[src]

The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation.