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

FormDataTypeConfig

import type { FormDataTypeConfig } from "https://aws-api.deno.dev/v0.4/services/amplifyuibuilder.ts?docs=full";

Describes the data type configuration for the data source associated with a form.

interface FormDataTypeConfig {
dataSourceType: FormDataSourceType;
dataTypeName: string;
}

§Properties

§
dataSourceType: FormDataSourceType
[src]

The data source type, either an Amplify DataStore model or a custom data type.

§
dataTypeName: string
[src]

The unique name of the data type you are using as the data source for the form.