Documentation
    Preparing search index...

    Interface AccountHeroItemsResponse

    interface AccountHeroItemsResponse {
        bracers?: AccountHeroItem;
        feet?: AccountHeroItem;
        hands?: AccountHeroItem;
        head?: AccountHeroItem;
        leftFinger?: AccountHeroItem;
        legs?: AccountHeroItem;
        mainHand?: AccountHeroItem;
        neck?: AccountHeroItem;
        offHand?: AccountHeroItem;
        rightFinger?: AccountHeroItem;
        shoulders?: AccountHeroItem;
        torso?: AccountHeroItem;
        waist?: AccountHeroItem;
    }
    Index
    bracers?: AccountHeroItem
    feet?: AccountHeroItem
    hands?: AccountHeroItem
    head?: AccountHeroItem
    leftFinger?: AccountHeroItem
    legs?: AccountHeroItem
    mainHand?: AccountHeroItem
    neck?: AccountHeroItem
    offHand?: AccountHeroItem
    rightFinger?: AccountHeroItem
    shoulders?: AccountHeroItem
    torso?: AccountHeroItem
    waist?: AccountHeroItem