mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 22:01:16 +00:00
basic architecture change: consul + hangfire
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { ScanResultStatus } from '~/models/scan-result-status';
|
||||
|
||||
export default interface ScanResultEntry {
|
||||
readonly completed: boolean,
|
||||
readonly succeeded: boolean | null,
|
||||
readonly status: ScanResultStatus,
|
||||
readonly duration: number,
|
||||
readonly threats: string[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user