UNPKG

@retroachievements/api

Version:

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

9 lines (7 loc) 187 B
interface RawGameRankAndScoreEntity { User: string; TotalScore: string; LastAward: string; Rank: number; } export type GetGameRankAndScoreResponse = RawGameRankAndScoreEntity[];