Torn API Client
    Preparing search index...

    Type Alias FactionSearch

    type FactionSearch = {
        co_leader: FactionSearchLeader | unknown;
        id: FactionId;
        image: string | unknown;
        is_destroyed: boolean;
        is_recruiting: boolean;
        leader: FactionSearchLeader;
        members: number;
        name: string;
        respect: number;
        tag: string | unknown;
        tag_image: string | unknown;
    }
    Index

    Properties

    co_leader: FactionSearchLeader | unknown
    image: string | unknown
    is_destroyed: boolean
    is_recruiting: boolean
    members: number
    name: string
    respect: number
    tag: string | unknown
    tag_image: string | unknown