export interface PlayerChoice { name: string, id: string, browserId: string, nbrVotes: number, }