Files
openclaw/extensions/discord/config-api.ts

4 lines
233 B
TypeScript

// Discord API module exposes the plugin public contract.
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
export { DiscordConfigSchema } from "openclaw/plugin-sdk/bundled-channel-config-schema";