mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Update
This commit is contained in:
7
server/config.ts
Normal file
7
server/config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ConfigType } from "../config.ts";
|
||||
|
||||
export type ConfigClientSocketData = { type: "close" };
|
||||
export type ConfigSeverSocketData = { type: "close" } | {
|
||||
type: "cfg";
|
||||
cfg: ConfigType;
|
||||
};
|
||||
Reference in New Issue
Block a user