Interface APIProfessionsIndex

Professions Index

/data/wow/profession/index

interface APIProfessionsIndex {
    _links: linksStruct;
    professions: refStruct[];
}

Properties

Properties

_links: linksStruct
professions: refStruct[]