UNPKG

@sourceloop/ctrl-plane-tenant-management-service

Version:

Tenant Management microservice for SaaS control plane

9 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationType = void 0; var NotificationType; (function (NotificationType) { NotificationType["ValidateLead"] = "validate_lead"; NotificationType["WelcomeTenant"] = "tenant_welcome"; })(NotificationType || (exports.NotificationType = NotificationType = {})); //# sourceMappingURL=notification-type.enum.js.map