Skip to content

Commit 3974333

Browse files
committed
remove temp type
1 parent a9fe09f commit 3974333

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

sdk/src/websocket-client.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@ export type WebSocketHandlerOptions = {
4141
) => Promise<void>
4242
}
4343

44-
type asdf = Exclude<
45-
ServerAction['type'],
46-
| 'action-error'
47-
| 'read-files'
48-
| 'tool-call-request'
49-
| 'response-chunk'
50-
| 'request-reconnect'
51-
| 'subagent-response-chunk'
52-
| 'usage-response'
53-
| 'message-cost-response'
54-
| 'prompt-response'
55-
>
56-
5744
export class WebSocketHandler {
5845
private cbWebSocket: APIRealtimeClient
5946
private onRequestReconnect: NonNullable<

0 commit comments

Comments
 (0)