added basic types for web
This commit is contained in:
parent
86fb93f665
commit
bbab72187a
8
web/src/types.ts
Normal file
8
web/src/types.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
interface Player {
|
||||||
|
id: string
|
||||||
|
}
|
||||||
|
|
||||||
|
interface Game {
|
||||||
|
id: string,
|
||||||
|
score: number
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user