Documentation
Preparing search index...
@blizzard-api/wow
AzeriteEssenceSearchResponseItem
Interface AzeriteEssenceSearchResponseItem
Interface for a response item from the azerite essence search endpoint.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
https://develop.battle.net/documentation/world-of-warcraft/guides/search
interface
AzeriteEssenceSearchResponseItem
{
data
:
{
allowed_specializations
:
NameId
[]
;
name
:
Record
<
Locales
,
string
>
;
}
;
key
:
Href
;
}
Hierarchy
KeyBase
AzeriteEssenceSearchResponseItem
Index
Properties
data
key
Properties
data
data
:
{
allowed_specializations
:
NameId
[]
;
name
:
Record
<
Locales
,
string
>
}
key
key
:
Href
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
key
Documentation
Loading...
Interface for a response item from the azerite essence search endpoint.
See