nestwhats
Version:
A whatsapp-web.js wrapper for NestJS to create WhatsApp bots
9 lines (8 loc) • 399 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NestWhatsParamType = void 0;
var NestWhatsParamType;
(function (NestWhatsParamType) {
NestWhatsParamType[NestWhatsParamType["CONTEXT"] = 0] = "CONTEXT";
NestWhatsParamType[NestWhatsParamType["DISCOVERY"] = 1] = "DISCOVERY";
})(NestWhatsParamType || (exports.NestWhatsParamType = NestWhatsParamType = {}));