fieldnotesai
    Preparing search index...

    Section configuration for rendering form data in a structured review layout. Each section groups related fields under a human-readable heading.

    interface ReviewField {
        key: keyof IntakeFormData;
        label: string;
        type: "number" | "boolean" | "children" | "text" | "array";
    }
    Index

    Properties

    Properties

    key: keyof IntakeFormData
    label: string
    type: "number" | "boolean" | "children" | "text" | "array"