refactor: trim imessage helper exports

This commit is contained in:
Peter Steinberger
2026-05-01 18:23:45 +01:00
parent 1ff2d747dc
commit 235d06bff1
16 changed files with 24 additions and 36 deletions

View File

@@ -4,7 +4,6 @@ export {
DEFAULT_ACCOUNT_ID,
getChatChannelMeta,
type ChannelPlugin,
type OpenClawConfig,
} from "openclaw/plugin-sdk/core";
export { buildChannelConfigSchema, IMessageConfigSchema } from "./config-api.js";
export { PAIRING_APPROVED_MESSAGE } from "openclaw/plugin-sdk/channel-status";