mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 08:09:34 +00:00
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
// Discord API module exposes the plugin public contract.
|
|
export {
|
|
buildChannelConfigSchema,
|
|
DiscordConfigSchema,
|
|
} from "openclaw/plugin-sdk/bundled-channel-config-schema";
|