vona-cli-set-api 1.0.474 → 1.0.476
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.
|
@@ -320,5 +320,29 @@
|
|
|
320
320
|
"}"
|
|
321
321
|
],
|
|
322
322
|
"description": "record.jwtclient"
|
|
323
|
+
},
|
|
324
|
+
"record.socketnamespace": {
|
|
325
|
+
"scope": "typescript,typescriptreact",
|
|
326
|
+
"prefix": "recordsocketnamespace",
|
|
327
|
+
"body": [
|
|
328
|
+
"declare module 'vona-module-a-socket' {",
|
|
329
|
+
" export interface ISocketNamespaceRecord {",
|
|
330
|
+
" $0: never;",
|
|
331
|
+
" }",
|
|
332
|
+
"}"
|
|
333
|
+
],
|
|
334
|
+
"description": "record.socketnamespace"
|
|
335
|
+
},
|
|
336
|
+
"record.socketevent": {
|
|
337
|
+
"scope": "typescript,typescriptreact",
|
|
338
|
+
"prefix": "recordsocketevent",
|
|
339
|
+
"body": [
|
|
340
|
+
"declare module 'vona-module-a-socket' {",
|
|
341
|
+
" export interface ISocketEventRecord {",
|
|
342
|
+
" $0: never;",
|
|
343
|
+
" }",
|
|
344
|
+
"}"
|
|
345
|
+
],
|
|
346
|
+
"description": "record.socketevent"
|
|
323
347
|
}
|
|
324
348
|
}
|