Torn API Client
    Preparing search index...

    Type Alias TornBountiesResponse

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

    Properties

    bounties: Bounty[]
    bounties_delay: number
    bounties_timestamp: number