Update heartbeat-visibility.ts

This commit is contained in:
mohamed_amine_hamdi 2026-01-27 00:23:19 +01:00
parent 17a1991e3c
commit af86be3d18

View File

@ -1,6 +1,6 @@
import type { ClawdbotConfig } from "../config/config.js";
import type { ChannelHeartbeatVisibilityConfig } from "../config/types.channels.js";
import type { DeliverableMessageChannel, GatewayMessageChannel } from "../utils/message-channel.js";
import type { GatewayMessageChannel } from "../utils/message-channel.js";
export type ResolvedHeartbeatVisibility = {
showOk: boolean;