fieldnotesai
    Preparing search index...

    Interface FormFieldOption

    Provides functionality for form field option.

    interface FormFieldOption {
        id: string;
        label: string;
    }
    Index

    Properties

    Properties

    id: string
    label: string