Files
openclaw/extensions/msteams/config-api.ts
2026-06-04 21:59:00 -04:00

6 lines
178 B
TypeScript

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