Member Junction
    Preparing search index...

    The serialized per-check shape both execution paths emit for the golden diff.

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

    Properties

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