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:
5
MalwareMultiScan.Ui/models/scan-result-entry.ts
Normal file
5
MalwareMultiScan.Ui/models/scan-result-entry.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default interface ScanResultEntry {
|
||||
readonly completed: boolean,
|
||||
readonly succeeded: boolean | null,
|
||||
readonly threats: string[]
|
||||
}
|
Reference in New Issue
Block a user