fix(lint): remove unused DeliverableMessageChannel import

This commit is contained in:
Dylan Huang 2026-01-26 15:13:19 -08:00
parent a9c2ccdb3b
commit 296ab06d28

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;