Type Alias: BuiltinTransportKind
type BuiltinTransportKind = "playback" | "file" | "mqtt" | "azure-event-hub" | "opcua";
Defined in: livelink.clients/livelink.agent/sources/data/transports/TransportRegistry.ts:27
The transport kinds bundled with the SDK.