@trophyso/node
Version:
NodeJS SDK for the Trophy API
8 lines (7 loc) • 339 B
TypeScript
import type * as TrophyApi from "../index";
export interface LeaderboardResponseWithRankings extends TrophyApi.LeaderboardResponse {
/** The status of the leaderboard. */
status: TrophyApi.LeaderboardResponseWithRankingsStatus;
/** Array of user rankings for the leaderboard. */
rankings: TrophyApi.LeaderboardRanking[];
}