directory back up (parent) button + drag entry into parent to move
This commit is contained in:
@@ -11,6 +11,7 @@ export type DirectoryEntry = {
|
||||
mimeType: string | null;
|
||||
/// Timestamp in seconds
|
||||
createdAt: number | null;
|
||||
isParent: boolean;
|
||||
};
|
||||
|
||||
export type UploadStatus =
|
||||
|
||||
Reference in New Issue
Block a user