Interface APIQuestTypesIndex

Quest Types Index

/data/wow/quest/type/index

interface APIQuestTypesIndex {
    _links: linksStruct;
    types: refStruct[];
}

Properties

Properties

_links: linksStruct
types: refStruct[]