Member Junction
    Preparing search index...
    interface SanityCheckRecord {
        checkType: "dependency_level" | "schema_level" | "cross_schema";
        hasMaterialIssues: boolean;
        issuesFound: number;
        promptInput?: string;
        promptOutput?: string;
        result: "no_issues" | "issues_corrected" | "issues_flagged";
        scope: string;
        tablesAffected: string[];
        timestamp: string;
        tokensUsed: number;
    }
    Index

    Properties

    checkType: "dependency_level" | "schema_level" | "cross_schema"
    hasMaterialIssues: boolean
    issuesFound: number
    promptInput?: string
    promptOutput?: string
    result: "no_issues" | "issues_corrected" | "issues_flagged"
    scope: string
    tablesAffected: string[]
    timestamp: string
    tokensUsed: number