Files
Remote-Control-Center/mc_test/node_modules/@electron/get/dist/esm/Downloader.d.ts
2025-11-25 09:56:15 +03:00

4 lines
113 B
TypeScript
Executable File

export interface Downloader<T> {
download(url: string, targetFilePath: string, options: T): Promise<void>;
}