Documentation
    Preparing search index...

    Interface EraLeaderboardResponse

    interface EraLeaderboardResponse {
        _links: { self: { href: string } };
        column: Column[];
        era: number;
        generated_by: string;
        greater_rift: boolean;
        greater_rift_solo_class: string;
        key: string;
        last_update_time: string;
        row: Row[];
        title: string;
    }

    Hierarchy

    • ResponseBase
      • EraLeaderboardResponse
    Index

    Properties

    _links: { self: { href: string } }
    column: Column[]
    era: number
    generated_by: string
    greater_rift: boolean
    greater_rift_solo_class: string
    key: string
    last_update_time: string
    row: Row[]
    title: string