Interface RankData

The data associated with a position on the leaderboard.

interface RankData {
    id: string;
    rank: number;
    value: string;
}

Properties

Properties

id: string

The id for this ranking

rank: number

The location of the entry on the leaderboard.

value: string

The score value on the leaderboard