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