移除多余类型
parent
3f8c47100d
commit
9e6bfaada4
|
@ -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
|
||||
|
|
|
@ -12,7 +12,7 @@ declare global {
|
|||
data: SocketData
|
||||
}
|
||||
class RemoteSocket extends _RemoteSocket<DefaultEventsMap, any> {
|
||||
readonly data: SyncSocketData
|
||||
readonly data: SocketData
|
||||
}
|
||||
interface Data {
|
||||
action: string
|
||||
|
|
Loading…
Reference in New Issue