mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-17 20:21:13 +00:00
7 lines
275 B
TypeScript
7 lines
275 B
TypeScript
import { buildChannelConfigSchema, SlackConfigSchema } from "../config-api.js";
|
|
import { slackChannelConfigUiHints } from "./config-ui-hints.js";
|
|
|
|
export const SlackChannelConfigSchema = buildChannelConfigSchema(SlackConfigSchema, {
|
|
uiHints: slackChannelConfigUiHints,
|
|
});
|