@retroachievements/api
Version:
A well-tested library that lets you get achievement, user, and game data from RetroAchievements.
20 lines (19 loc) • 370 B
text/typescript
export interface Game {
id: number;
title: string;
forumTopicId: number;
consoleId: number;
consoleName: string;
flags: number;
imageIcon: string;
gameIcon: string;
imageTitle: string;
imageIngame: string;
imageBoxArt: string;
publisher: string;
developer: string;
genre: string;
released: string;
gameTitle: string;
console: string;
}