comment obsolete game field
This commit is contained in:
parent
401a397945
commit
3ff4d0a2d1
@ -1,5 +1,5 @@
|
|||||||
export interface Game {
|
export interface Game {
|
||||||
id: number; //TODO: Заменить на строку
|
//id: number; //TODO: Заменить на строку
|
||||||
gameId: string
|
gameId: string
|
||||||
title: string;
|
title: string;
|
||||||
image: string;
|
image: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user