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

    Interface Pairing

    A pairing of two players for a round.

    interface Pairing {
        black: string;
        white: string;
    }
    Index

    Properties

    Properties

    black: string

    Player identifier for black.

    white: string

    Player identifier for white.