fieldnotesai
    Preparing search index...

    Provides functionality for field mapping.

    interface FieldMapping {
        aliases: string[];
        key: keyof IntakeFormData;
        label: string;
    }
    Index

    Properties

    Properties

    aliases: string[]
    key: keyof IntakeFormData
    label: string