@ctrl/transmission
    Preparing search index...

    Interface FileStats

    interface FileStats {
        bytesCompleted: number;
        priority: number;
        wanted: boolean;
    }
    Index

    Properties

    bytesCompleted: number
    priority: number
    wanted: boolean