From 9e6bfaada4f19fc41e1deec3a0ce6c1e694acf9a Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 4 Nov 2022 14:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/types/common.d.ts | 11 ----------- src/main/types/sync.d.ts | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/common/types/common.d.ts b/src/common/types/common.d.ts index f99adb34..4204ee0b 100644 --- a/src/common/types/common.d.ts +++ b/src/common/types/common.d.ts @@ -104,17 +104,6 @@ declare namespace LX { prev: boolean } - interface Wait { - time: number - id: string - } - type WaitCancel = string - interface Interval { - time: number - id: string - } - type IntervalCancel = string - interface VersionInfo { version: string desc: string diff --git a/src/main/types/sync.d.ts b/src/main/types/sync.d.ts index 364a8728..a018458d 100644 --- a/src/main/types/sync.d.ts +++ b/src/main/types/sync.d.ts @@ -12,7 +12,7 @@ declare global { data: SocketData } class RemoteSocket extends _RemoteSocket { - readonly data: SyncSocketData + readonly data: SocketData } interface Data { action: string