show file sizes (basic version)
This commit is contained in:
@@ -9,6 +9,7 @@ export type DirectoryEntry = {
|
||||
name: string;
|
||||
fileType: FileType;
|
||||
mimeType: string | null;
|
||||
size: number;
|
||||
/// Timestamp in seconds
|
||||
createdAt: number | null;
|
||||
isParent: boolean;
|
||||
|
||||
Reference in New Issue
Block a user