add client

This commit is contained in:
2026-03-22 01:06:04 +07:00
parent 614ec9e059
commit e8158eb746
3 changed files with 73 additions and 37 deletions
+10
View File
@@ -1,3 +1,13 @@
// Игра
export type Game = {
// Статус игры (NEW, RUN, STOP)
state: string
// Время начала игры
startAt: string
// Время окончания игры
endAt: string
}
// Команда
export type Team = {
// Название