Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57f3b07

Browse files
committed
docstring
1 parent 0408fdb commit 57f3b07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/shared/transport.ts

+3
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ export interface Transport {
4242
*/
4343
onmessage?: (message: JSONRPCMessage) => void;
4444

45+
/**
46+
* The session ID generated for this connection.
47+
*/
4548
sessionId?: string;
4649
}

0 commit comments

Comments
 (0)