Files
openclaw/extensions/synology-chat/index.ts
2026-04-05 18:18:59 +01:00

17 lines
450 B
TypeScript

import { defineBundledChannelEntry } from "openclaw/plugin-sdk/channel-entry-contract";
export default defineBundledChannelEntry({
id: "synology-chat",
name: "Synology Chat",
description: "Native Synology Chat channel plugin for OpenClaw",
importMetaUrl: import.meta.url,
plugin: {
specifier: "./api.js",
exportName: "synologyChatPlugin",
},
runtime: {
specifier: "./api.js",
exportName: "setSynologyRuntime",
},
});