feat: add ClamAV to scan for malicious files
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export type FileUpload = File & { uploadingProgress: number };
|
||||
|
||||
export type FileUploadResponse = {id: string, name: string}
|
||||
export type FileUploadResponse = { id: string; name: string };
|
||||
|
||||
Reference in New Issue
Block a user