移除多余类型
parent
3f8c47100d
commit
9e6bfaada4
|
@ -104,17 +104,6 @@ declare namespace LX {
|
||||||
prev: boolean
|
prev: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Wait {
|
|
||||||
time: number
|
|
||||||
id: string
|
|
||||||
}
|
|
||||||
type WaitCancel = string
|
|
||||||
interface Interval {
|
|
||||||
time: number
|
|
||||||
id: string
|
|
||||||
}
|
|
||||||
type IntervalCancel = string
|
|
||||||
|
|
||||||
interface VersionInfo {
|
interface VersionInfo {
|
||||||
version: string
|
version: string
|
||||||
desc: string
|
desc: string
|
||||||
|
|
|
@ -12,7 +12,7 @@ declare global {
|
||||||
data: SocketData
|
data: SocketData
|
||||||
}
|
}
|
||||||
class RemoteSocket extends _RemoteSocket<DefaultEventsMap, any> {
|
class RemoteSocket extends _RemoteSocket<DefaultEventsMap, any> {
|
||||||
readonly data: SyncSocketData
|
readonly data: SocketData
|
||||||
}
|
}
|
||||||
interface Data {
|
interface Data {
|
||||||
action: string
|
action: string
|
||||||
|
|
Loading…
Reference in New Issue