Torn API Client
    Preparing search index...

    Type Alias FactionTerritoryWarFaction

    The fields 'chain' and 'players_on_wall' exist only for wars with the result 'in_progress'.

    type FactionTerritoryWarFaction = {
        chain?: number;
        id: FactionId;
        name: string;
        players_on_wall?: FactionTerritoryWarFactionWallPlayers[];
        score: number;
    }
    Index

    Properties

    chain?: number
    name: string
    score: number