Torn API Client
    Preparing search index...

    Type Alias TornBountiesResponse

    type TornBountiesResponse = {
        _metadata: RequestMetadataWithLinks;
        bounties: Bounty[];
        bounties_timestamp: number;
    }
    Index

    Properties

    bounties: Bounty[]
    bounties_timestamp: number