Skip to content

Commit 9f554c8

Browse files
committed
Sort code
1 parent 095324a commit 9f554c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test-client/index.d.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import type {
55
import type {
66
Action,
77
AnyAction,
8+
ClientNode,
89
TestLog,
9-
TestPair,
10-
ClientNode
10+
TestPair
1111
} from '@logux/core'
1212

1313
import type { ServerMeta } from '../base-server/index.js'
@@ -86,6 +86,11 @@ export class TestClient {
8686
*/
8787
log: TestLog
8888

89+
/**
90+
* Logux node.
91+
*/
92+
node: ClientNode<object, TestLog<ServerMeta>>
93+
8994
/**
9095
* Client’s node ID.
9196
*
@@ -105,11 +110,6 @@ export class TestClient {
105110
*/
106111
pair: TestPair
107112

108-
/**
109-
* Logux node.
110-
*/
111-
node: ClientNode<object, TestLog<ServerMeta>>
112-
113113
/**
114114
* User ID.
115115
*

0 commit comments

Comments
 (0)