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

    Interface Pairings

    The output of a pairing system for a single round.

    interface Pairings {
        byes: Bye[];
        games: Pairing[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    byes: Bye[]

    Players who receive a bye this round.

    games: Pairing[]

    Pairings (or games) for this round.