Torn API Client
    Preparing search index...

    Type Alias FactionContributor

    type FactionContributor = {
        id: UserId;
        in_faction: boolean;
        username: string;
        value: number;
    }
    Index

    Properties

    id: UserId
    in_faction: boolean
    username: string
    value: number