Torn API Client
    Preparing search index...

    Type Alias UserItemMarkeListingItemDetails

    type UserItemMarkeListingItemDetails = {
        bonuses: ItemMarketListingItemBonus[];
        id: number;
        name: string;
        rarity: "yellow" | "orange" | "red" | unknown;
        stats: ItemMarketListingItemStats | unknown;
        type: string;
        uid: ItemUid | unknown;
    }
    Index

    Properties

    id: number
    name: string
    rarity: "yellow" | "orange" | "red" | unknown
    type: string
    uid: ItemUid | unknown