Documentation
Preparing search index...
@blizzard-api/wow
CharacterTitlesSummaryResponse
Interface CharacterTitlesSummaryResponse
Base interface for Blizzard API responses.
interface
CharacterTitlesSummaryResponse
{
_links
:
{
self
:
Href
}
;
active_title
?:
NameIdKey
&
{
display_string
:
string
}
;
character
:
Character
;
titles
:
NameIdKey
[]
;
}
Hierarchy (
View Summary
)
ResponseBase
CharacterTitlesSummaryResponse
Index
Properties
_
links
active_
title?
character
titles
Properties
_
links
_links
:
{
self
:
Href
}
Optional
active_
title
active_title
?:
NameIdKey
&
{
display_string
:
string
}
character
character
:
Character
titles
titles
:
NameIdKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
links
active_
title
character
titles
Documentation
Loading...
Base interface for Blizzard API responses.