Torn API Client
    Preparing search index...

    Type Alias UserCompetitionRps

    type UserCompetitionRps = {
        hp: { current: number; maximum: number };
        name: "Rock, Paper, Scissors";
        status: UserRpsStatus;
    }
    Index

    Properties

    Properties

    hp: { current: number; maximum: number }
    name: "Rock, Paper, Scissors"