openfrontio-api-client
    Preparing search index...

    Type Alias ClanSession

    type ClanSession = {
        clanPlayerCount: number;
        clanTag: string;
        gameId: GameID;
        gameStart: string;
        hasWon: boolean;
        numTeams: number;
        playerTeams: TeamCountConfig;
        score: number;
        totalPlayerCount: number;
    }
    Index

    Properties

    clanPlayerCount: number
    clanTag: string
    gameId: GameID
    gameStart: string
    hasWon: boolean
    numTeams: number
    playerTeams: TeamCountConfig
    score: number
    totalPlayerCount: number