Member Junction
    Preparing search index...

    Interface SemanticComparisonPromptResult

    interface SemanticComparisonPromptResult {
        columnChanges: ColumnChangeResult[];
        tableChangeReasoning: string;
        tableMateriallyChanged: boolean;
    }
    Index

    Properties

    columnChanges: ColumnChangeResult[]
    tableChangeReasoning: string
    tableMateriallyChanged: boolean