Documentation
    Preparing search index...

    Interface MythicRaidLeaderboardResponse

    The response for a Mythic Raid leaderboard.

    interface MythicRaidLeaderboardResponse {
        _links: { self: Href };
        criteria_type: string;
        entries: Entry[];
        journal_instance: JournalInstance;
        slug: string;
    }

    Hierarchy

    • ResponseBase
      • MythicRaidLeaderboardResponse
    Index

    Properties

    _links: { self: Href }
    criteria_type: string
    entries: Entry[]
    journal_instance: JournalInstance
    slug: string