UNPKG

@ctrl/qbittorrent

Version:

TypeScript api wrapper for qbittorrent using ofetch

4 lines (3 loc) 189 B
import { type NormalizedTorrent } from '@ctrl/shared-torrent'; import { type Torrent } from './types.js'; export declare function normalizeTorrentData(torrent: Torrent): NormalizedTorrent;