Skip to content

Commit ed1dfe9

Browse files
kevinypfanclaude
andcommitted
fix: export HealthCheckConfig and WebSocketClientOptions types
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 79d24ae commit ed1dfe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { RestClientFactory as RestClient } from './rest';
22
export { WebSocketClientFactory as WebSocketClient } from './websocket';
3+
export type { HealthCheckConfig, WebSocketClientOptions } from './websocket';

0 commit comments

Comments
 (0)