mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Task } from "../task.ts";
|
||||
import { TaskEventData } from "../task_manager.ts";
|
||||
import { DownloadConfig } from "../tasks/download.ts";
|
||||
import { ExportZipConfig } from "../tasks/export_zip.ts";
|
||||
import { DiscriminatedUnion } from "../utils.ts";
|
||||
import type { Task } from "../task.ts";
|
||||
import type { TaskEventData } from "../task_manager.ts";
|
||||
import type { DownloadConfig } from "../tasks/download.ts";
|
||||
import type { ExportZipConfig } from "../tasks/export_zip.ts";
|
||||
import type { DiscriminatedUnion } from "../utils.ts";
|
||||
|
||||
export type TaskServerSocketData = TaskEventData | { type: "close" } | {
|
||||
type: "tasks";
|
||||
|
||||
Reference in New Issue
Block a user