openclaw/extensions/slack/src/config-schema.ts

4 lines
180 B
TypeScript

import { buildChannelConfigSchema, SlackConfigSchema } from "openclaw/plugin-sdk/slack-core";
export const SlackChannelConfigSchema = buildChannelConfigSchema(SlackConfigSchema);