Torn API Client
    Preparing search index...

    Type Alias FactionRaidWarfareFaction

    The field 'chain' exists only if the field 'end' is NOT populated in FactionRaidWarfare schema.

    type FactionRaidWarfareFaction = {
        chain?: number;
        id: FactionId;
        name: string;
        score: number;
    }
    Index

    Properties

    Properties

    chain?: number
    name: string
    score: number