@echecs/tournament - v3.3.0
    Preparing search index...

    Interface Team

    A team of players.

    interface Team {
        gamePoints: number;
        id: string;
        matchPoints: number;
        name: string;
        nickname?: string;
        playerIds: string[];
        rank: number;
    }
    Index

    Properties

    gamePoints: number
    id: string
    matchPoints: number
    name: string
    nickname?: string
    playerIds: string[]
    rank: number