Torn API Client
    Preparing search index...

    Type Alias TornStockHistory

    type TornStockHistory = {
        change: number;
        price: number;
        timestamp: number;
    }
    Index

    Properties

    change: number
    price: number
    timestamp: number