UNPKG

@acadix/setup

Version:

Acadix Learning Management System backend application project setup

12 lines 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function whatsappCloudConfig({ accessToken, graphAPIVersion, senderPhoneNumberId, whatsappBusinessId, }) { return { accessToken, graphAPIVersion: graphAPIVersion || "v13.0", senderPhoneNumberId, whatsappBusinessId, }; } exports.default = whatsappCloudConfig; //# sourceMappingURL=whatsapp.config.js.map