Files
openclaw/extensions/whatsapp/config-api.ts
2026-06-04 21:59:00 -04:00

6 lines
180 B
TypeScript

// Whatsapp API module exposes the plugin public contract.
export {
buildChannelConfigSchema,
WhatsAppConfigSchema,
} from "openclaw/plugin-sdk/bundled-channel-config-schema";