UNPKG

@retroachievements/api

Version:

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

2 lines (1 loc) 83 B
export type AchievementType = "progression" | "win_condition" | "missable" | null;