Interface APICharacterMountsCollectionSummary

Character Mounts Collection Summary

/profile/wow/character/{realmSlug}/{characterName}/collections/mounts

interface APICharacterMountsCollectionSummary {
    _links: linksStruct;
    mounts: { is_favorite?: boolean; is_useable: boolean; mount: refStruct }[];
}

Properties

Properties

_links: linksStruct
mounts: { is_favorite?: boolean; is_useable: boolean; mount: refStruct }[]