Skip to content

Documentation / @agentick/shared / TransportState

Type Alias: TransportState ​

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

Defined in: transport.ts:35

Transport connection state.

Released under the ISC License.