Viktorani API - v0.0.8
Preparing search index...
db
Team
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
color
game
Id
id
name
score
Properties
color
color
:
string
game
Id
gameId
:
string
id
id
:
string
name
name
:
string
score
score
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
game
Id
id
name
score
Viktorani API - v0.0.8
Loading...
A team of players within a Game. Scores are aggregated from member players.