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 095324a commit 9f554c8Copy full SHA for 9f554c8
test-client/index.d.ts
@@ -5,9 +5,9 @@ import type {
5
import type {
6
Action,
7
AnyAction,
8
+ ClientNode,
9
TestLog,
- TestPair,
10
- ClientNode
+ TestPair
11
} from '@logux/core'
12
13
import type { ServerMeta } from '../base-server/index.js'
@@ -86,6 +86,11 @@ export class TestClient {
86
*/
87
log: TestLog
88
89
+ /**
90
+ * Logux node.
91
+ */
92
+ node: ClientNode<object, TestLog<ServerMeta>>
93
+
94
/**
95
* Client’s node ID.
96
*
@@ -105,11 +110,6 @@ export class TestClient {
105
110
106
111
pair: TestPair
107
112
108
- /**
109
- * Logux node.
- */
- node: ClientNode<object, TestLog<ServerMeta>>
-
113
114
* User ID.
115
0 commit comments