Documentation
    Preparing search index...

    Interface ItemResponse

    interface ItemResponse {
        accountBound: boolean;
        attributes: Attributes;
        color: string;
        damage: string;
        damageHtml: string;
        dps: string;
        flavorText: string;
        flavorTextHtml: string;
        icon: string;
        id: string;
        isSeasonRequiredToDrop: boolean;
        name: string;
        randomAffixes: RandomAffix[];
        requiredLevel: number;
        seasonRequiredToDrop: number;
        setItems: unknown[];
        slots: string[];
        slug: string;
        stackSizeMax: number;
        tooltipParams: string;
        type: Type;
        typeName: string;
    }
    Index

    Properties

    accountBound: boolean
    attributes: Attributes
    color: string
    damage: string
    damageHtml: string
    dps: string
    flavorText: string
    flavorTextHtml: string
    icon: string
    id: string
    isSeasonRequiredToDrop: boolean
    name: string
    randomAffixes: RandomAffix[]
    requiredLevel: number
    seasonRequiredToDrop: number
    setItems: unknown[]
    slots: string[]
    slug: string
    stackSizeMax: number
    tooltipParams: string
    type: Type
    typeName: string