Torn API Client
    Preparing search index...

    Type Alias Bounty

    type Bounty = {
        is_anonymous: boolean;
        lister_id: UserId | null;
        lister_name: string | null;
        quantity: number;
        reason: string | null;
        reward: number;
        target_id: UserId;
        target_level: number;
        target_name: string;
        valid_until: number;
    }
    Index

    Properties

    is_anonymous: boolean
    lister_id: UserId | null
    lister_name: string | null
    quantity: number
    reason: string | null
    reward: number
    target_id: UserId
    target_level: number
    target_name: string
    valid_until: number