Type Alias: JourneyDevtoolsSerializableSnapshot
@rxova/journey-devtools-bridge
@rxova/journey-devtools-bridge / JourneyDevtoolsSerializableSnapshot
type JourneyDevtoolsSerializableSnapshot = JourneySnapshot;Defined in: protocol.types.ts:25
A journey snapshot serialized for transport to the extension. Protocol v7
carries the redesigned core snapshot (discriminated on type, timeline
history, per-step async state on currentStep).