update game interface
This commit is contained in:
parent
3766cd14da
commit
26b5056bcd
@ -1,7 +1,7 @@
|
|||||||
export interface Game {
|
export interface Game {
|
||||||
id: string;
|
id: number; //TODO: Заменить на строку
|
||||||
title: string;
|
gameId: string
|
||||||
image: string;
|
title: string;
|
||||||
description: string;
|
image: string;
|
||||||
}
|
description: string;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user