sonarqube-issues-exporter
Version:
Enterprise-level SonarQube issues exporter with TypeScript support for generating comprehensive HTML reports with dark theme
12 lines • 435 B
JavaScript
;
/**
* @fileoverview Service-related type definitions for the SonarQube Issues Exporter
*
* This module contains all TypeScript interfaces and types related to service layer
* functionality, including API service options, configurations, and responses.
*
* @author SonarQube Issues Exporter Team
* @version 2.0.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=service.js.map