mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 04:10:26 +00:00
7 lines
211 B
TypeScript
7 lines
211 B
TypeScript
import { describePackageManifestContract } from "../../test/helpers/extensions/package-manifest-contract.js";
|
|
|
|
describePackageManifestContract({
|
|
pluginId: "msteams",
|
|
minHostVersionBaseline: "2026.3.22",
|
|
});
|