directory entries show created at date
This commit is contained in:
@@ -9,6 +9,8 @@ export type DirectoryEntry = {
|
||||
name: string;
|
||||
fileType: FileType;
|
||||
mimeType: string | null;
|
||||
/// Timestamp in seconds
|
||||
createdAt: number;
|
||||
};
|
||||
|
||||
export type UploadStatus =
|
||||
|
||||
Reference in New Issue
Block a user