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

ExportFormsResponse

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

§Properties

§
entities: Form[]
[src]

Represents the configuration of the exported forms.

§
nextToken?: string | null
[src]

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