Tapage/utils/types.ts

7 lines
105 B
TypeScript
Raw Permalink Normal View History

2024-08-10 11:22:32 +00:00
export interface PlayerChoice {
name: string,
id: string,
browserId: string,
nbrVotes: number,
}