@sourceloop/ctrl-plane-tenant-management-service
Version:
Tenant Management microservice for SaaS control plane
8 lines • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebhookType = void 0;
var WebhookType;
(function (WebhookType) {
WebhookType[WebhookType["RESOURCES_PROVISIONED"] = 0] = "RESOURCES_PROVISIONED";
})(WebhookType || (exports.WebhookType = WebhookType = {}));
//# sourceMappingURL=webhook-types.enum.js.map