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

    Interface Round

    A round in progress where some pairings may have results.

    interface Round {
        byes: Bye[];
        games: (Pairing | Game)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    byes: Bye[]

    Players who receive a bye this round.

    games: (Pairing | Game)[]

    Pairings (or games) for this round.