Interface APIItemSet

Item Set

/data/wow/item-set/{itemSetId}

interface APIItemSet {
    _links: linksStruct;
    effects: { display_string: string; required_count: number }[];
    id: number;
    is_effect_active: boolean;
    items: refStruct[];
    name: string;
}

Properties

_links: linksStruct
effects: { display_string: string; required_count: number }[]
id: number
is_effect_active: boolean
items: refStruct[]
name: string