@trophyso/node
Version:
NodeJS SDK for the Trophy API
8 lines (7 loc) • 358 B
TypeScript
/** The status of the leaderboard. */
export declare const LeaderboardResponseWithRankingsStatus: {
readonly Active: "active";
readonly Scheduled: "scheduled";
readonly Finished: "finished";
};
export type LeaderboardResponseWithRankingsStatus = (typeof LeaderboardResponseWithRankingsStatus)[keyof typeof LeaderboardResponseWithRankingsStatus];