tr11p-commons
Version:
13 lines (12 loc) • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Topics = void 0;
var Topics;
(function (Topics) {
Topics["SendSMS"] = "send_sms";
Topics["SendBulkSMS"] = "send_bulk_sms";
Topics["SendEMail"] = "send_email";
Topics["SendBulkEmail"] = "send_bulk_email";
Topics["SendPushEvent"] = "send_push_event";
Topics["SendPushNotification"] = "send_push_notification";
})(Topics = exports.Topics || (exports.Topics = {}));