Variable: PluginRuntimeLogBatchBodySchema
constPluginRuntimeLogBatchBodySchema:TObject<{droppedCount:TInteger;kind:TLiteral<"log-batch">;payloadBytes:TUint8Array;seq:TInteger;workerEpoch:TInteger;workerId:TInteger; }>
Defined in: packages/contracts/src/pluginRuntime.ts:775
Worker bridge message log-batch shape (§9.1.1). payloadBytes is the
worker-encoded PluginRuntimeLogBatchPayload JSON — the runtime forwards
it opaque to the LOG_BATCH frame (§15.1); the host decodes once.