@echecs/swiss - v5.0.0
    Preparing search index...

    Interface CompletedRound

    A completed round where all pairings have results.

    interface CompletedRound {
        games: Game[];
        byes: Bye[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    games: Game[]

    Pairings (or games) for this round.

    byes: Bye[]

    Players who receive a bye this round.