@codebolt/provider
Interface: AgentServerConnection
Defined in: ProviderTypes.ts:26
Properties
| Property | Type | Defined in |
|---|
isConnected | boolean | ProviderTypes.ts:29 |
metadata | Record<string, unknown> | ProviderTypes.ts:31 |
process | ChildProcess | null | ProviderTypes.ts:28 |
serverUrl | string | ProviderTypes.ts:30 |
wsConnection | WebSocket | null | ProviderTypes.ts:27 |