Viktorani API - v0.0.8
    Preparing search index...

    Interface Team

    A team of players within a Game. Scores are aggregated from member players.

    interface Team {
        color: string;
        gameId: string;
        id: string;
        name: string;
        score: number;
    }
    Index

    Properties

    Properties

    color: string
    gameId: string
    id: string
    name: string
    score: number