@trophyso/node
Version:
NodeJS SDK for the Trophy API
12 lines (11 loc) • 381 B
JavaScript
;
// This file was auto-generated by Fern from our API Definition.
Object.defineProperty(exports, "__esModule", { value: true });
exports.AdminLeaderboardStatus = void 0;
/** The current user-facing status of the leaderboard. */
exports.AdminLeaderboardStatus = {
Inactive: "inactive",
Active: "active",
Scheduled: "scheduled",
Finished: "finished",
};