update game interface

This commit is contained in:
cyber-dream 2022-10-18 18:00:23 +03:00
parent 3766cd14da
commit 26b5056bcd

View File

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