Files
openclaw/src/plugin-sdk/discord-core.ts
2026-03-17 09:38:21 -07:00

4 lines
234 B
TypeScript

export type { ChannelPlugin } from "./channel-plugin-common.js";
export { buildChannelConfigSchema, getChatChannelMeta } from "./channel-plugin-common.js";
export { DiscordConfigSchema } from "../config/zod-schema.providers-core.js";