Files
openclaw/extensions/msteams/config-api.ts
Peter Steinberger 8ef067a216 refactor(config): move Discord and Teams schemas to plugins (#112812)
* refactor(config): move Discord and Teams schemas to plugins

* refactor(discord): privatize config schema fragments

* style(discord): format private schema fragments
2026-07-22 21:02:12 -04:00

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";