Documentation
    Preparing search index...

    Interface AzeriteEssenceSearchResponseItem

    Interface for a response item from the azerite essence search endpoint.

    interface AzeriteEssenceSearchResponseItem {
        data: {
            allowed_specializations: NameId[];
            name: Record<Locales, string>;
        };
        key: Href;
    }

    Hierarchy

    • KeyBase
      • AzeriteEssenceSearchResponseItem
    Index

    Properties

    Properties

    data: { allowed_specializations: NameId[]; name: Record<Locales, string> }
    key: Href