mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 13:32:22 +00:00
6 lines
70 B
TypeScript
6 lines
70 B
TypeScript
export enum ScanResultStatus
|
|
{
|
|
Queued,
|
|
Succeeded,
|
|
Failed
|
|
} |