@lsby/net-core 0.14.1 → 0.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ import '../global/model/web-socket.cjs';
|
|
|
9
9
|
import 'ws';
|
|
10
10
|
|
|
11
11
|
declare let 错误类型描述: z.ZodNever;
|
|
12
|
-
declare class WebSocket插件<后推前信息 extends z.
|
|
12
|
+
declare class WebSocket插件<后推前信息 extends z.ZodTypeAny, 前推后信息 extends z.ZodTypeAny> extends __<typeof 错误类型描述, z.ZodObject<{
|
|
13
13
|
ws操作: z.ZodUnion<[
|
|
14
14
|
z.ZodObject<{
|
|
15
15
|
发送ws信息: z.ZodFunction<z.ZodTuple<[后推前信息], null>, z.ZodPromise<z.ZodVoid>>;
|
|
@@ -9,7 +9,7 @@ import '../global/model/web-socket.js';
|
|
|
9
9
|
import 'ws';
|
|
10
10
|
|
|
11
11
|
declare let 错误类型描述: z.ZodNever;
|
|
12
|
-
declare class WebSocket插件<后推前信息 extends z.
|
|
12
|
+
declare class WebSocket插件<后推前信息 extends z.ZodTypeAny, 前推后信息 extends z.ZodTypeAny> extends __<typeof 错误类型描述, z.ZodObject<{
|
|
13
13
|
ws操作: z.ZodUnion<[
|
|
14
14
|
z.ZodObject<{
|
|
15
15
|
发送ws信息: z.ZodFunction<z.ZodTuple<[后推前信息], null>, z.ZodPromise<z.ZodVoid>>;
|