Torn API Client
    Preparing search index...

    Type Alias UserBountiesResponse

    type UserBountiesResponse = {
        bounties: Bounty[];
        bounties_timestamp: number;
    }
    Index

    Properties

    bounties: Bounty[]
    bounties_timestamp: number