Torn API Client
    Preparing search index...

    Type Alias PersonalStatsRacing

    type PersonalStatsRacing = {
        racing: {
            points: number;
            races: { entered: number; won: number };
            skill: number;
        };
    }
    Index

    Properties

    Properties

    racing: {
        points: number;
        races: { entered: number; won: number };
        skill: number;
    }