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

    Interface TeamPairingAllocatedBye

    interface TeamPairingAllocatedBye {
        gamePoints: number;
        matchPoints: number;
        teamIdPerRound: (string | null)[];
    }
    Index

    Properties

    gamePoints: number
    matchPoints: number
    teamIdPerRound: (string | null)[]