fix(bluebubbles): remove status type barrel cycle

This commit is contained in:
Vincent Koc
2026-04-09 09:20:00 +01:00
parent 2a372577d4
commit 60a3733f12

View File

@@ -1,6 +1,6 @@
import type { ChannelAccountSnapshot } from "openclaw/plugin-sdk/channel-contract";
import { collectIssuesForEnabledAccounts } from "openclaw/plugin-sdk/status-helpers";
import { asRecord } from "./monitor-normalize.js";
import type { ChannelAccountSnapshot } from "./runtime-api.js";
type BlueBubblesAccountStatus = {
accountId?: unknown;