@echecs/trf - v4.0.0
    Preparing search index...

    Interface TeamRoundResult

    interface TeamRoundResult {
        gamePoints: number;
        matchPoints: number;
        nickname?: string;
        results: TeamRoundResult801[] | TeamRoundResult802[];
        tag: "801" | "802";
        teamId: string;
    }
    Index

    Properties

    gamePoints: number
    matchPoints: number
    nickname?: string
    tag: "801" | "802"
    teamId: string