Torn API Client
    Preparing search index...

    Type Alias UserInventoryItem

    type UserInventoryItem = {
        amount: number;
        equipped: boolean;
        faction_owned: boolean;
        id: ItemId;
        name: string;
        uid: ItemUid | null;
    }
    Index

    Properties

    amount: number
    equipped: boolean
    faction_owned: boolean
    id: ItemId
    name: string
    uid: ItemUid | null