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

    Interface AcceleratedRound

    Accelerated rounds configuration for a group of players.

    interface AcceleratedRound {
        firstPlayerId: string;
        firstRound: number;
        gamePoints: number;
        lastPlayerId: string;
        lastRound: number;
        matchPoints: number;
    }
    Index

    Properties

    firstPlayerId: string
    firstRound: number
    gamePoints: number
    lastPlayerId: string
    lastRound: number
    matchPoints: number