Interface APICharacterMediaSummary

Character Media Summary

/profile/wow/character/{realmSlug}/{characterName}/character-media

interface APICharacterMediaSummary {
    _links: linksStruct;
    assets: { key: string; value: string }[];
    character: characterRef;
}

Properties

_links: linksStruct
assets: { key: string; value: string }[]
character: characterRef