@serenada/core
    Preparing search index...

    Type Alias CheckOutcome

    CheckOutcome:
        | { status: "notRun" }
        | { latencyMs: number; status: "passed" }
        | { error: string; status: "failed" }

    Outcome of a timed connectivity check with latency on success or error on failure.