Preparing search index...
The search index is not available
web08-booquiz - v1.0.0
web08-booquiz
backend/src/quiz-zone/dto/find-quiz-zone.dto
Player
Interface Player
퀴즈 게임에 참여하는 플레이어 엔티티
interface
Player
{
id
:
string
;
nickname
:
string
;
score
?:
number
;
state
:
PLAYER_STATE
;
submits
?:
SubmittedQuiz
[]
;
}
Index
Properties
id
nickname
score?
state
submits?
Properties
id
id
:
string
nickname
nickname
:
string
Optional
score
score
?:
number
state
state
:
PLAYER_STATE
Optional
submits
submits
?:
SubmittedQuiz
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
nickname
score
state
submits
web08-booquiz - v1.0.0
Loading...
퀴즈 게임에 참여하는 플레이어 엔티티