UNPKG

nestwhats

Version:

A whatsapp-web.js wrapper for NestJS to create WhatsApp bots

5 lines (4 loc) 136 B
import { ClientOptions } from "whatsapp-web.js"; export interface NestWhatsModuleOptions extends ClientOptions { prefix?: string; }