Interface APICharacterToysCollectionSummary

Character Toys Collection Summary

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

interface APICharacterToysCollectionSummary {
    _links: linksStruct;
    toys: { is_favorite?: boolean; toy: refStruct }[];
}

Properties

Properties

_links: linksStruct
toys: { is_favorite?: boolean; toy: refStruct }[]