Interface APIQuestType

Quest Type

/data/wow/quest/type/{{questTypeId}}

interface APIQuestType {
    _links?: linksStruct;
    id?: number;
    quests: refStruct[];
    type?: string;
}

Properties

Properties

_links?: linksStruct
id?: number
quests: refStruct[]
type?: string
MMNEPVFCICPMFPCPTTAAATR