UNPKG

nestwhats

Version:

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

7 lines (6 loc) 370 B
import { ParamData } from "@nestjs/common"; import { ParamsFactory } from "@nestjs/core/helpers/external-context-creator"; import { NestWhatsBaseDiscovery } from "./nestwhats-base.discovery"; export declare class NestWhatsParamsFactory implements ParamsFactory { exchangeKeyForValue(type: number, data: ParamData, args: [Array<any>, NestWhatsBaseDiscovery]): any; }