PR CheckMate API - v1.22.3
    Preparing search index...

    Interface CheckOutcome

    Outcome of a single check — the name is attached by the orchestrator.

    interface CheckOutcome {
        details?: string;
        status: CheckStatus;
    }
    Index
    details?: string
    status: CheckStatus