@echecs/swiss - v3.0.2
    Preparing search index...

    Interface Player

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

    Properties

    Properties

    id: string
    rating?: number