Matthias Nott
2026-03-08 d832f656599b153be8826bc43e1832209b2a1bf6
types/index.ts
....@@ -108,6 +108,7 @@
108108 export interface WsIncomingTyping {
109109 type: "typing";
110110 typing: boolean;
111
+ sessionId?: string;
111112 }
112113
113114 export interface WsIncomingError {