Documentation
    Preparing search index...

    Interface MythicKeystoneLeaderboardIndexResponse

    The response for a Mythic Keystone leaderboard index.

    interface MythicKeystoneLeaderboardIndexResponse {
        _links: { self: Href };
        current_leaderboards: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    current_leaderboards: NameIdKey[]