Interface APIPowerType

Power Type

/data/wow/power-type/{powerTypeId}

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

Properties

Properties

_links: linksStruct
id: number
name: string