Skip to content

ServerItemLeaderboard

ServerItemLeaderboard provides information of an item leaderboard.

Syntax

ts
type ServerItemLeaderboard = {
    name: string
    title: Text | (string & {})
    description?: string
}

Examples

json
{
    "name": "...",
    "title": "..."
}