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

ListFormsResponse

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

§Properties

§
entities: FormSummary[]
[src]

The list of forms for the Amplify app.

§
nextToken?: string | null
[src]

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