Torn API Client
    Preparing search index...

    Type Alias FactionRaidWarParticipant

    type FactionRaidWarParticipant = {
        chain: number;
        id: FactionId;
        is_aggressor: boolean;
        name: string;
        score: number;
    }
    Index

    Properties

    chain: number
    is_aggressor: boolean
    name: string
    score: number