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