@echecs/tournament - v3.3.0
    Preparing search index...

    Interface PointAdjustment

    Player-level score adjustment (penalty, bonus, arbiter override).

    interface PointAdjustment {
        playerId: string;
        points: number;
        reason?: string;
        round: number;
    }
    Index

    Properties

    playerId: string
    points: number
    reason?: string
    round: number

    Round this adjustment applies to. 0 = all rounds.