directory entries show created at date

This commit is contained in:
2025-07-16 04:14:26 +02:00
parent ee6a1bc25c
commit a683f44ecb
5 changed files with 41 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ export type DirectoryEntry = {
name: string;
fileType: FileType;
mimeType: string | null;
/// Timestamp in seconds
createdAt: number;
};
export type UploadStatus =