UNPKG

@sectester/scan

Version:

The package defines a simple public API to manage scans and their expectations.

6 lines (5 loc) 111 B
import { Severity } from './Severity'; export interface IssueGroup { number: number; type: Severity; }