UNPKG

@retroachievements/api

Version:

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

18 lines (17 loc) 402 B
export interface UserProfile { user: string; userPic: string; memberSince: string; richPresenceMsg: string; lastGameId: number; contribCount: number; contribYield: number; totalPoints: number; totalSoftcorePoints: number; totalTruePoints: number; permissions: number; untracked: boolean; id: number; userWallActive: boolean; motto: string; }