export interface Game{ gameId?: string; gameName: string; gameIcon?: string; }