@ctrl/deluge
    Preparing search index...

    Interface TorrentFiles

    interface TorrentFiles {
        error: string;
        id: number;
        result: Record<string, TorrentContentDir | TorrentContentFile>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: string
    id: number

    mostly usless id that increments with every request

    result: Record<string, TorrentContentDir | TorrentContentFile>