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