Interface APIProfession

Profession

/data/wow/profession/{professionId}

interface APIProfession {
    _links: linksStruct;
    description: string;
    id: number;
    media: idkeyStruct;
    name: string;
    skill_tiers: refStruct[];
    type: { name: string; type: string };
}

Properties

_links: linksStruct
description: string
id: number
name: string
skill_tiers: refStruct[]
type: { name: string; type: string }