🐞 Removed icon, warning and restrictions for av scanning status (#753)
This commit is contained in:
@@ -8,8 +8,8 @@ import * as UUIDTools from "../../../utils/uuid";
|
||||
|
||||
export const TYPE = "drive_files";
|
||||
export type DriveScope = "personal" | "shared";
|
||||
export type AVStatusSafe = "uploaded" | "safe";
|
||||
export type AVStatusUnsafe = "scanning" | "scan_failed" | "malicious" | "skipped";
|
||||
export type AVStatusSafe = "uploaded" | "scanning" | "safe";
|
||||
export type AVStatusUnsafe = "scan_failed" | "malicious" | "skipped";
|
||||
export type AVStatus = AVStatusSafe | AVStatusUnsafe;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user