generated from VLADIMIR/template_frontend
add client
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
// Игра
|
||||
export type Game = {
|
||||
// Статус игры (NEW, RUN, STOP)
|
||||
state: string
|
||||
// Время начала игры
|
||||
startAt: string
|
||||
// Время окончания игры
|
||||
endAt: string
|
||||
}
|
||||
|
||||
// Команда
|
||||
export type Team = {
|
||||
// Название
|
||||
|
||||
Reference in New Issue
Block a user