fix(channels): bypass public channel types in registry

This commit is contained in:
Vincent Koc
2026-04-11 16:42:35 +01:00
parent 9ae27f9297
commit 9656ae649c

View File

@@ -14,7 +14,8 @@ import {
normalizeChatChannelId,
type ChatChannelId,
} from "./ids.js";
import type { ChannelId, ChannelMeta } from "./plugins/types.public.js";
import type { ChannelId } from "./plugins/channel-id.types.js";
import type { ChannelMeta } from "./plugins/types.core.js";
export { getChatChannelMeta, listChatChannels } from "./chat-meta.js";
export { CHANNEL_IDS, CHAT_CHANNEL_ORDER } from "./ids.js";
export type { ChatChannelId } from "./ids.js";