ScrapeData
import type { ScrapeData } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";
type ScrapeData = {
complete: number;
downloaded: number;
incomplete: number;
infoHash: Uint8Array;
};import type { ScrapeData } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";