Type Alias: JourneyDevtoolsBridgeOperationResultEnvelope
@rxova/journey-devtools-bridge
@rxova/journey-devtools-bridge / JourneyDevtoolsBridgeOperationResultEnvelope
type JourneyDevtoolsBridgeOperationResultEnvelope = JourneyDevtoolsEnvelopeBase & object;Defined in: protocol.types.ts:148
Type Declaration
Section titled “Type Declaration”kind: "operationResult";operationId
Section titled “operationId”operationId: string;requestId
Section titled “requestId”requestId: string;result
Section titled “result”result: JourneyDevtoolsOperationResultPayload;source
Section titled “source”source: typeof JOURNEY_DEVTOOLS_BRIDGE_SOURCE;