UNPKG

nestwhats

Version:

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

5 lines (4 loc) 220 B
import { Message } from "whatsapp-web.js"; import { NestWhatsEvents } from "../listeners/listener.interface"; export type CommandContext = [Message]; export type ContextOf<K extends keyof E, E = NestWhatsEvents> = E[K];