openclaw/extensions/msteams/setup-entry.ts

5 lines
180 B
TypeScript

import { defineSetupPluginEntry } from "openclaw/plugin-sdk/channel-core";
import { msteamsPlugin } from "./src/channel.js";
export default defineSetupPluginEntry(msteamsPlugin);