@echecs/trf - v4.0.0
    Preparing search index...

    Interface TrfBye

    TRF-specific bye record (tag 240) — distinct from tournament's per-round Bye.

    interface TrfBye {
        playerIds: string[];
        round: number;
        type: "F" | "H" | "Z";
    }
    Index

    Properties

    Properties

    playerIds: string[]
    round: number
    type: "F" | "H" | "Z"