Sonolus Wiki

ServerItemLeaderboard

ServerItemLeaderboard provides information of an item leaderboard.

Syntax

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

Examples

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