Interface APIQuestArea

Quest Area

/data/wow/quest/area/{{questAreaID}}

interface APIQuestArea {
    _links: linksStruct;
    area?: string;
    id?: number;
    quests: refStruct[];
}

Properties

Properties

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