1 2 3 4 5
export interface SupportedGame { internalName: string; formattedName: string; description: string; }
[PATCH repo_name]