Documentation
    Preparing search index...

    Interface EraIndexResponse

    Base interface for Blizzard API responses.

    interface EraIndexResponse {
        _links: { self: Href };
        current_era: number;
        era: Href[];
        generated_by: string;
        last_update_time: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    current_era: number
    era: Href[]
    generated_by: string
    last_update_time: string