monad.ai
    Preparing search index...

    Type Alias MeshRunnerUp

    The second-best claimant observed during a mesh selection pass.

    Capturing this in the same O(N) scan lets the bridge log winner/runner-up margin without recomputing scores.

    type MeshRunnerUp = {
        breakdown: ScoreBreakdown;
        entry: MonadIndexEntry;
        score: number;
    }
    Index

    Properties

    Properties

    breakdown: ScoreBreakdown

    entry

    score: number