Games tab on admin page working
This commit is contained in:
5
src/interface/Game.ts
Normal file
5
src/interface/Game.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Game{
|
||||
gameId?: string;
|
||||
gameName: string;
|
||||
gameIcon?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user