interface LeaderboardItem {
    address: string;
    country: string;
    rank: number;
    role: string;
    username: string;
    value: string;
}

Properties

address: string
country: string
rank: number
role: string
username: string
value: string