@trophyso/node
Version:
NodeJS SDK for the Trophy API
8 lines (7 loc) • 336 B
TypeScript
/** What the leaderboard ranks by. */
export declare const CreateLeaderboardRequestItemRankBy: {
readonly Metric: "metric";
readonly Streak: "streak";
readonly Points: "points";
};
export type CreateLeaderboardRequestItemRankBy = (typeof CreateLeaderboardRequestItemRankBy)[keyof typeof CreateLeaderboardRequestItemRankBy];