Torn API Client
    Preparing search index...

    Type Alias TornBountiesResponse

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

    Properties

    Properties

    bounties: Bounty[]