Meshpocalypse Semantic
    Preparing search index...

    Interface VerificationResult

    interface VerificationResult {
        checkId: string;
        durationMs: number;
        error?: string;
        name: string;
        passed: boolean;
    }
    Index

    Properties

    checkId: string
    durationMs: number
    error?: string
    name: string
    passed: boolean