ScrapeDataCopyimport type { ScrapeData } from "https://raw.githubusercontent.com/rclarey/bt/master/mod.ts";type ScrapeData = {complete: number; downloaded: number; incomplete: number; infoHash: Uint8Array; };§Type§{complete: number; downloaded: number; incomplete: number; infoHash: Uint8Array; }[src]