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

    Interface ProhibitedPairing

    Prevents certain players from being paired against each other.

    interface ProhibitedPairing {
        firstRound: number;
        lastRound: number;
        playerIds: string[];
    }
    Index

    Properties

    firstRound: number
    lastRound: number
    playerIds: string[]