@trophyso/node
Version:
NodeJS SDK for the Trophy API
11 lines (10 loc) • 398 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as TrophyApi from "..";
export interface AchievementWithStatsResponse extends TrophyApi.AchievementResponse {
/** The number of users who have completed this achievement. */
completions?: number;
/** The percentage of all users who have completed this achievement. */
completedPercentage?: number;
}