update game interface
This commit is contained in:
parent
3766cd14da
commit
26b5056bcd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user