From 05bd452f76c9f6ba4588b9bc5fc1cd4315f461da Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 8 Dec 2025 23:15:33 +0100 Subject: [PATCH] control: drop runtime export of type-only HeartbeatEventPayload --- src/infra/control-channel.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/infra/control-channel.ts b/src/infra/control-channel.ts index 1981d4345..bcba6fc38 100644 --- a/src/infra/control-channel.ts +++ b/src/infra/control-channel.ts @@ -196,5 +196,3 @@ export async function startControlChannel( }, }; } - -export { HeartbeatEventPayload } from "./heartbeat-events.js";