UNPKG

@smartuy/builderbot-provider-waha

Version:

WAHA (WhatsApp HTTP API) provider for BuilderBot desarrollado por SmartUY

7 lines (6 loc) 144 B
export { WahaProvider } from './WahaProvider'; export interface WahaProviderConfig { url: string; token: string; session: string; }