@trophyso/node
Version:
NodeJS SDK for the Trophy API
12 lines (11 loc) • 557 B
JavaScript
;
// This file was auto-generated by Fern from our API Definition.
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateLeaderboardRequestItemStatus = void 0;
/** The initial user-facing status. Defaults to `inactive`. Use `scheduled` for leaderboards that should be active in the future and `finished` only when creating a leaderboard with an end date in the past. */
exports.CreateLeaderboardRequestItemStatus = {
Inactive: "inactive",
Active: "active",
Scheduled: "scheduled",
Finished: "finished",
};