mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-21 06:03:13 +02:00
Add function to download all files as a zip
This commit is contained in:
@@ -3,5 +3,7 @@ import { Models } from "appwrite";
|
||||
export type FileUpload = File & { uploadingState?: UploadState };
|
||||
export type UploadState = "finished" | "inProgress" | undefined;
|
||||
|
||||
export type AppwriteFileWithPreview = Models.File & { preview: Buffer };
|
||||
|
||||
export interface AppwriteFileWithPreview extends Models.File {
|
||||
uploadingState?: UploadState;
|
||||
preview: Buffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user