Torn API Client
    Preparing search index...

    Type Alias TornRacketReward

    type TornRacketReward = {
        id: ItemId | null;
        quantity: number;
        type: TornRacketType;
    }
    Index

    Properties

    Properties

    id: ItemId | null
    quantity: number