Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerLeaderboardRankResponse

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

    Properties

    Properties

    positions: Record<string, IndexerServerLeaderboardPosition>