mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 17:41:14 +00:00
4 lines
235 B
TypeScript
4 lines
235 B
TypeScript
// Whatsapp API module exposes the plugin public contract.
|
|
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
|
|
export { WhatsAppConfigSchema } from "openclaw/plugin-sdk/bundled-channel-config-schema";
|