handle fs metadata.created() not present
This commit is contained in:
@@ -10,7 +10,7 @@ export type DirectoryEntry = {
|
||||
fileType: FileType;
|
||||
mimeType: string | null;
|
||||
/// Timestamp in seconds
|
||||
createdAt: number;
|
||||
createdAt: number | null;
|
||||
};
|
||||
|
||||
export type UploadStatus =
|
||||
|
||||
Reference in New Issue
Block a user