mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 05:30:22 +00:00
8 lines
228 B
TypeScript
8 lines
228 B
TypeScript
import { describeChannelCatalogEntryContract } from "../../test/helpers/channels/channel-catalog-contract.js";
|
|
|
|
describeChannelCatalogEntryContract({
|
|
channelId: "msteams",
|
|
npmSpec: "@openclaw/msteams",
|
|
alias: "teams",
|
|
});
|