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

ListProposalsOutput

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

§Properties

§
NextToken?: string | null
[src]

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

§
Proposals?: ProposalSummary[] | null
[src]

The summary of each proposal made on the network.