mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 22:01:16 +00:00
finished the first version of UI, refactoring and facelifts are pending
This commit is contained in:
6
MalwareMultiScan.Ui/models/scan-result.ts
Normal file
6
MalwareMultiScan.Ui/models/scan-result.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import ScanResultEntry from "~/models/scan-result-entry";
|
||||
|
||||
export default interface ScanResult {
|
||||
readonly id: string,
|
||||
readonly results: { [id: string]: ScanResultEntry; }
|
||||
}
|
Reference in New Issue
Block a user