Interface CheckmarxSeverityCounter

interface CheckmarxSeverityCounter {
    counter: number;
    severity: string;
}

Properties

Properties

counter: number
severity: string