mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 22:32:12 +00:00
10 lines
260 B
TypeScript
10 lines
260 B
TypeScript
export {
|
|
buildChannelConfigSchema,
|
|
TelegramConfigSchema,
|
|
} from "openclaw/plugin-sdk/channel-config-schema";
|
|
export {
|
|
normalizeTelegramCommandDescription,
|
|
normalizeTelegramCommandName,
|
|
resolveTelegramCustomCommands,
|
|
} from "./src/command-config.js";
|