Documentation
    Preparing search index...

    Interface AzeriteEssenceIndexResponse

    Interface for a response from the azerite essence index endpoint.

    interface AzeriteEssenceIndexResponse {
        _links: { self: Href };
        azerite_essences: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • AzeriteEssenceIndexResponse
    Index

    Properties

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