7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
![]() |
export interface PlayerChoice {
|
||
|
name: string,
|
||
|
id: string,
|
||
|
browserId: string,
|
||
|
nbrVotes: number,
|
||
|
}
|