comment obsolete game field

This commit is contained in:
cyber-dream 2022-10-18 21:20:02 +03:00
parent 401a397945
commit 3ff4d0a2d1

View File

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