Interface APIQuestCategory

Quest Category

/data/wow/quest/category/{{questCategoryId}}

interface APIQuestCategory {
    _links?: linksStruct;
    category?: string;
    id?: number;
    quests: refStruct[];
}

Properties

_links?: linksStruct
category?: string
id?: number
quests: refStruct[]