delete obsolete id int field

This commit is contained in:
cyber-dream 2022-10-31 14:59:31 +03:00
parent 66650a79da
commit f24bda4cfe

View File

@ -1,5 +1,4 @@
export interface Game { export interface Game {
//id: number; //TODO: Заменить на строку
gameId: string gameId: string
title: string; title: string;
image: string; image: string;