interface IndexerServerLeaderboardRankResponse {
    positions: Record<string, IndexerServerLeaderboardPosition>;
}

Properties

Properties

positions: Record<string, IndexerServerLeaderboardPosition>