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

    Interface Bye

    A player who receives a bye (no opponent) for a round.

    interface Bye {
        player: string;
    }
    Index

    Properties

    Properties

    player: string

    Player identifier.