@sourceloop/ctrl-plane-tenant-management-service
Version:
Tenant Management microservice for SaaS control plane
10 lines • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PostWebhookHandlerService = void 0;
class PostWebhookHandlerService {
async postWebhookHandler(dto) {
return;
}
}
exports.PostWebhookHandlerService = PostWebhookHandlerService;
//# sourceMappingURL=post-webhook.handler.js.map