Interface APIQuestCategoriesIndex

Quest Categories Index

/data/wow/quest/category/index

interface APIQuestCategoriesIndex {
    _links: linksStruct;
    categories: refStruct[];
}

Properties

Properties

_links: linksStruct
categories: refStruct[]