Files
openclaw/extensions/slack/src/config-schema.ts
2026-03-20 19:24:10 +00:00

4 lines
166 B
TypeScript

import { buildChannelConfigSchema, SlackConfigSchema } from "./runtime-api.js";
export const SlackChannelConfigSchema = buildChannelConfigSchema(SlackConfigSchema);