Values.FormSummarySourceDescribes the basic information about a form.
type nonrec t = {appId : String_.t option;The unique ID for the app associated with the form summary.
*)dataType : FormDataTypeConfig.t option;The form's data source type.
*)environmentName : String_.t option;The name of the backend environment that is part of the Amplify app.
*)formActionType : FormActionType.t option;The type of operation to perform on the form.
*)id : Uuid.t option;The ID of the form.
*)name : FormName.t option;The name of the form.
*)}