mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 04:31:10 +00:00
7 lines
290 B
TypeScript
7 lines
290 B
TypeScript
import { buildChannelConfigSchema, TelegramConfigSchema } from "../config-api.js";
|
|
import { telegramChannelConfigUiHints } from "./config-ui-hints.js";
|
|
|
|
export const TelegramChannelConfigSchema = buildChannelConfigSchema(TelegramConfigSchema, {
|
|
uiHints: telegramChannelConfigUiHints,
|
|
});
|