Torn API Client
    Preparing search index...

    Type Alias FactionChainReportBonus

    type FactionChainReportBonus = {
        attacker_id: UserId;
        chain: number;
        defender_id: UserId;
        respect: number;
    }
    Index

    Properties

    attacker_id: UserId
    chain: number
    defender_id: UserId
    respect: number