fix: restore msteams channel plugin api type

This commit is contained in:
Peter Steinberger
2026-04-25 09:27:45 +01:00
parent bf0d2d70be
commit 9ad14f3639

View File

@@ -1 +1,2 @@
export { msteamsPlugin } from "./src/channel.js";
export type { ChannelPlugin } from "./src/channel-api.js";