4 lines
192 B
TypeScript
4 lines
192 B
TypeScript
import { buildChannelConfigSchema, WhatsAppConfigSchema } from "openclaw/plugin-sdk/whatsapp-core";
|
|
|
|
export const WhatsAppChannelConfigSchema = buildChannelConfigSchema(WhatsAppConfigSchema);
|