interface Report {
    detectors: Map<string, string[]>;
    sources: string[];
    total: number;
}

Properties

detectors: Map<string, string[]>
sources: string[]
total: number