Skip to content

Documentation / @agentick/client / TransportState

Type Alias: TransportState ​

TransportState = "disconnected" | "connecting" | "connected" | "error"

Defined in: shared/src/transport.ts:35

Transport connection state.

Released under the ISC License.