Interface APICreatureType

Creature Type

/data/wow/creature-type/{creatureTypeId}

interface APICreatureType {
    _links: linksStruct;
    id: number;
    name: string;
}

Properties

Properties

_links: linksStruct
id: number
name: string