Interface TorrentInfo

Hierarchy

Properties

Properties

error: string
id: number

mostly usless id that increments with every request

result: {
    files_tree: {
        contents: Record<string, TorrentContentFile | TorrentContentDir>;
    };
    info_hash: string;
    name: string;
}

Type declaration