mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 09:41:37 +00:00
* refactor(config): move Discord and Teams schemas to plugins * refactor(discord): privatize config schema fragments * style(discord): format private schema fragments
4 lines
206 B
TypeScript
4 lines
206 B
TypeScript
// Msteams API module exposes the plugin public contract.
|
|
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
|
|
export { MSTeamsConfigSchema } from "./src/config-schema.js";
|