Meshpocalypse Semantic
    Preparing search index...

    Interface VerificationReport

    interface VerificationReport {
        durationMs: number;
        failed: number;
        passed: number;
        results: VerificationResult[];
        runId: string;
        timestamp: number;
        totalChecks: number;
    }
    Index

    Properties

    durationMs: number
    failed: number
    passed: number
    runId: string
    timestamp: number
    totalChecks: number