mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-17 04:01:05 +00:00
9 lines
361 B
TypeScript
9 lines
361 B
TypeScript
import { loadBundledPluginContractApiSync } from "../../../src/test-utils/bundled-plugin-public-surface.js";
|
|
|
|
type MatrixContractSurface = typeof import("@openclaw/matrix/contract-api.js");
|
|
|
|
const { matrixSetupAdapter, matrixSetupWizard } =
|
|
loadBundledPluginContractApiSync<MatrixContractSurface>("matrix");
|
|
|
|
export { matrixSetupAdapter, matrixSetupWizard };
|