@echecs/swiss - v5.0.0
    Preparing search index...

    Interface Bye

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

    interface Bye {
        kind: "full" | "half" | "pairing" | "zero";
        player: string;
    }
    Index

    Properties

    Properties

    kind: "full" | "half" | "pairing" | "zero"

    Bye classification.

    player: string

    Player identifier.