Documentation
    Preparing search index...

    Interface AzeriteEssenceResponse

    Interface for a response from the azerite essence endpoint.

    interface AzeriteEssenceResponse {
        _links: { self: Href };
        allowed_specializations: NameIdKey[];
        id: number;
        media: Media;
        name: string;
        powers: Power[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    allowed_specializations: NameIdKey[]
    id: number
    media: Media
    name: string
    powers: Power[]