Files
openclaw/extensions/synology-chat/src/config-schema.ts
2026-03-20 15:43:14 +00:00

5 lines
213 B
TypeScript

import { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
import { z } from "zod";
export const SynologyChatChannelConfigSchema = buildChannelConfigSchema(z.object({}).passthrough());