mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 14:19:31 +00:00
5 lines
258 B
TypeScript
5 lines
258 B
TypeScript
// Synology Chat API module exposes the plugin public contract.
|
|
export { synologyChatPlugin } from "./src/channel.js";
|
|
export { setSynologyRuntime } from "./src/runtime.js";
|
|
export { collectSynologyChatSecurityAuditFindings } from "./src/security-audit.js";
|