UNPKG

@brighthustle/adonisjs-whatsapp

Version:

Connect your WhatsApp Cloud API with AdonisJS

9 lines (8 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiProvider = void 0; var ApiProvider; (function (ApiProvider) { ApiProvider["CLOUD_API"] = "cloud-api"; ApiProvider["MAG91_API"] = "msg91"; })(ApiProvider || (exports.ApiProvider = ApiProvider = {}));