Torn API Client
    Preparing search index...

    Type Alias FactionRankedWarParticipant

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

    Properties

    Properties

    chain: number
    name: string
    score: number