We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df89122 commit 095324aCopy full SHA for 095324a
test-client/index.d.ts
@@ -1,5 +1,14 @@
1
-import type { LoguxSubscribeAction, LoguxUnsubscribeAction } from '@logux/actions'
2
-import type { Action, AnyAction, TestLog, TestPair } from '@logux/core'
+import type {
+ LoguxSubscribeAction,
3
+ LoguxUnsubscribeAction
4
+} from '@logux/actions'
5
6
+ Action,
7
+ AnyAction,
8
+ TestLog,
9
+ TestPair,
10
+ ClientNode
11
+} from '@logux/core'
12
13
import type { ServerMeta } from '../base-server/index.js'
14
import type { TestServer } from '../test-server/index.js'
@@ -96,6 +105,11 @@ export class TestClient {
96
105
*/
97
106
pair: TestPair
98
107
108
+ /**
109
+ * Logux node.
110
+ */
111
+ node: ClientNode<object, TestLog<ServerMeta>>
112
+
99
113
/**
100
114
* User ID.
101
115
*
0 commit comments