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

    Interface Player

    A tournament participant.

    interface Player {
        id: string;
        rating?: number;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the player.

    rating?: number

    Optional Elo rating.