Torn API Client
    Preparing search index...

    Type Alias FactionOngoingChain

    type FactionOngoingChain = {
        cooldown: number;
        current: number;
        end: number;
        id: ChainId;
        max: number;
        modifier: number;
        start: number;
        timeout: number;
    }
    Index

    Properties

    cooldown: number
    current: number
    end: number
    max: number
    modifier: number
    start: number
    timeout: number