export interface SupportedGame { internalName: string; formattedName: string; description: string; }