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

ListComponentsResponse

import type { ListComponentsResponse } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";
interface ListComponentsResponse {
entities: ComponentSummary[];
nextToken?: string | null;
}

§Properties

§

The list of components for the Amplify app.

§
nextToken?: string | null
[src]

The pagination token that's included if more results are available.