mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 01:06:06 +00:00
4 lines
233 B
TypeScript
4 lines
233 B
TypeScript
// Msteams API module exposes the plugin public contract.
|
|
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
|
|
export { MSTeamsConfigSchema } from "openclaw/plugin-sdk/bundled-channel-config-schema";
|