Pass the ESLINT and Typescript build
This commit is contained in:
parent
cea7a5bc9d
commit
32c3debad4
8 changed files with 115 additions and 98 deletions
6
utils/types.ts
Normal file
6
utils/types.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export interface PlayerChoice {
|
||||
name: string,
|
||||
id: string,
|
||||
browserId: string,
|
||||
nbrVotes: number,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue