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/macie2.ts?docs=full";
interface GetInvitationsCountResponse {
invitationsCount?: number | null;
}

§Properties

§
invitationsCount?: number | null
[src]

The total number of invitations that were received by the account, not including the currently accepted invitation.