Torn API Client
    Preparing search index...

    Type Alias PersonalStatsHistoricStat

    type PersonalStatsHistoricStat = {
        name: string;
        timestamp: number;
        value: number;
    }
    Index

    Properties

    Properties

    name: string
    timestamp: number
    value: number