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

4 lines
167 B
TypeScript

// Msteams API module exposes the plugin public contract.
export { msteamsPlugin } from "./src/channel.js";
export type { ChannelPlugin } from "./src/channel-api.js";