// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { TorrentFile } from "./TorrentFile"; export type TorrentMetadata = { name: string, totalBytes: number, files: Array, infoHash: string, torrentPath?: string, };