@echecs/tournament - v2.1.1
    Preparing search index...

    Interface PairingResult

    The output of a pairing system for a single round.

    interface PairingResult {
        byes: Bye[];
        pairings: Pairing[];
    }
    Index

    Properties

    Properties

    byes: Bye[]

    Players who receive a bye this round.

    pairings: Pairing[]

    Pairings for this round.