Torn API Client
    Preparing search index...

    Type Alias ReportStockAnalysis

    type ReportStockAnalysis = {
        items: {
            country: CountryEnum;
            hourly_profit: number;
            item: {
                due: number | unknown;
                id: ItemId;
                name: string;
                price: number;
                value: number;
            };
            trip_duration: number;
        }[];
    }
    Index

    Properties

    Properties

    items: {
        country: CountryEnum;
        hourly_profit: number;
        item: {
            due: number | unknown;
            id: ItemId;
            name: string;
            price: number;
            value: number;
        };
        trip_duration: number;
    }[]