mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-26 17:32:16 +00:00
4 lines
176 B
TypeScript
4 lines
176 B
TypeScript
import { buildChannelConfigSchema, TelegramConfigSchema } from "../runtime-api.js";
|
|
|
|
export const TelegramChannelConfigSchema = buildChannelConfigSchema(TelegramConfigSchema);
|