Rxova
Skip to content

Type Alias: JourneyDevtoolsProtocolVersion

@rxova/journey-devtools-bridge


@rxova/journey-devtools-bridge / JourneyDevtoolsProtocolVersion

type JourneyDevtoolsProtocolVersion =
| typeof JOURNEY_DEVTOOLS_LEGACY_PROTOCOL_VERSION
| typeof JOURNEY_DEVTOOLS_PRIOR_PROTOCOL_VERSION
| typeof JOURNEY_DEVTOOLS_PROTOCOL_VERSION;

Defined in: protocol.types.ts:12

Protocol versions accepted on the wire (current, prior, and legacy).