mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-23 07:51:33 +00:00
4 lines
180 B
TypeScript
4 lines
180 B
TypeScript
import { buildChannelConfigSchema, SlackConfigSchema } from "openclaw/plugin-sdk/slack-core";
|
|
|
|
export const SlackChannelConfigSchema = buildChannelConfigSchema(SlackConfigSchema);
|