UNPKG

nestwhats

Version:

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

6 lines (5 loc) 200 B
import type { ValidationError } from "class-validator"; export declare class CommandArgsException extends Error { readonly errors: ValidationError[]; constructor(errors: ValidationError[]); }