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

ListContributorInsightsOutput

import type { ListContributorInsightsOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface ListContributorInsightsOutput {
ContributorInsightsSummaries?: ContributorInsightsSummary[] | null;
NextToken?: string | null;
}

§Properties

§
ContributorInsightsSummaries?: ContributorInsightsSummary[] | null
[src]

A list of ContributorInsightsSummary.

§
NextToken?: string | null
[src]

A token to go to the next page if there is one.