duration of scan

This commit is contained in:
Volodymyr Smirnov
2020-10-27 21:40:34 +02:00
parent 2a933ebe6b
commit b3fc7ff2d9
9 changed files with 40 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
export default interface ScanResultEntry {
readonly completed: boolean,
readonly succeeded: boolean | null,
readonly duration: number,
readonly threats: string[]
}