Torn API Client
    Preparing search index...

    Type Alias ReportAnonymousBounties

    type ReportAnonymousBounties = {
        bounties: {
            bounty: number;
            text: string;
            user: { id: UserId; name: string } | unknown;
        }[];
    }
    Index

    Properties

    Properties

    bounties: {
        bounty: number;
        text: string;
        user: { id: UserId; name: string } | unknown;
    }[]