mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 03:51:18 +00:00
9 lines
268 B
TypeScript
9 lines
268 B
TypeScript
export {
|
|
buildChannelConfigSchema,
|
|
TelegramConfigSchema,
|
|
} from "openclaw/plugin-sdk/bundled-channel-config-schema";
|
|
export {
|
|
normalizeTelegramCommandDescription,
|
|
normalizeTelegramCommandName,
|
|
resolveTelegramCustomCommands,
|
|
} from "./src/command-config.js";
|