UNPKG

@retroachievements/api

Version:

A well-tested library that lets you get achievement, user, and game data from RetroAchievements.

20 lines (19 loc) 381 B
export interface GetGameResponse { ID: string; Title: string; ForumTopicID: string; ConsoleID: string; ConsoleName: string; Flags: string; ImageIcon: string; GameIcon: string; ImageTitle: string; ImageIngame: string; ImageBoxArt: string; Publisher: string; Developer: string; Genre: string; Released: string; GameTitle: string; Console: string; }