feat: file preview
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
export type FileUpload = File & { uploadingProgress: number };
|
||||
|
||||
export type FileUploadResponse = { id: string; name: string };
|
||||
|
||||
export type FileMetaData = {
|
||||
id: string;
|
||||
name: string;
|
||||
size: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user