Documentation
    Preparing search index...

    Interface MythicKeystoneLeaderboardIndexResponse

    The response for a Mythic Keystone leaderboard index.

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

    Hierarchy

    • ResponseBase
      • MythicKeystoneLeaderboardIndexResponse
    Index

    Properties

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