Torn API Client
    Preparing search index...

    Type Alias UserBattleStatsResponse

    type UserBattleStatsResponse = {
        battlestats: {
            defense: UserBattleStatDetail;
            dexterity: UserBattleStatDetail;
            speed: UserBattleStatDetail;
            strength: UserBattleStatDetail;
            total: number;
        };
    }
    Index

    Properties

    Properties

    battlestats: {
        defense: UserBattleStatDetail;
        dexterity: UserBattleStatDetail;
        speed: UserBattleStatDetail;
        strength: UserBattleStatDetail;
        total: number;
    }