UNPKG

@retroachievements/api

Version:

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

6 lines (5 loc) 93 B
export type AchievementType = | "progression" | "win_condition" | "missable" | null;