LarpixClient/electron/node_modules/@electron/get/dist/cjs/Downloader.d.ts
2026-05-10 16:36:35 +02:00

3 lines
113 B
TypeScript

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