fieldnotesai
    Preparing search index...

    Updates the form template input.

    type UpdateFormTemplateInput = {
        description: string;
        fields: FormField[];
        name: string;
    }
    Index

    Properties

    description: string
    fields: FormField[]
    name: string