Triangle.js Docs
    Preparing search index...

    Interface BaseSummaryResponse

    interface BaseSummaryResponse {
        rank: number;
        rank_local: number;
        record?: CH.Types.Record;
    }

    Hierarchy (View Summary)

    Index

    Properties

    rank: number

    The user's rank in global leaderboards, or -1 if not in global leaderboards.

    rank_local: number

    The user's rank in their country's leaderboards, or -1 if not in any.

    record?: CH.Types.Record

    The user's record, or null if never played/ hasn't played this week.