Fix/chart-link-cluster-mode (#474)

This commit is contained in:
Nir Parisian
2023-10-02 19:10:04 +03:00
committed by GitHub
parent 88ea89a5ba
commit c251e6c697
19 changed files with 157 additions and 170 deletions

View File

@@ -26,7 +26,7 @@ export interface Scanner {
export interface ScanResult {
scannerType: string;
result: any;
result: string;
}
export interface ScannersList {