mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-21 06:02:13 +00:00
5 lines
213 B
TypeScript
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());
|