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

ListInvitationsOutput

import type { ListInvitationsOutput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface ListInvitationsOutput {
Invitations?: Invitation[] | null;
NextToken?: string | null;
}

§Properties

§
Invitations?: Invitation[] | null
[src]

The invitations for the network.

§
NextToken?: string | null
[src]

The pagination token that indicates the next set of results to retrieve.