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

CreateFormRequest

import type { CreateFormRequest } from "https://aws-api.deno.dev/v0.4/services/amplifyuibuilder.ts?docs=full";
interface CreateFormRequest {
appId: string;
clientToken?: string | null;
environmentName: string;
formToCreate: CreateFormData;
}

§Properties

§
appId: string
[src]

The unique ID of the Amplify app to associate with the form.

§
clientToken?: string | null
[src]

The unique client token.

§
environmentName: string
[src]

The name of the backend environment that is a part of the Amplify app.

§
formToCreate: CreateFormData
[src]

Represents the configuration of the form to create.