mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-27 10:01:09 +00:00
fixed property-names for created/ctime and modified/mtime in ReadDirItem
This commit is contained in:
+2
-2
@@ -31,8 +31,8 @@ type MkdirOptions = {
|
||||
};
|
||||
|
||||
type ReadDirItem = {
|
||||
created: ?Date; // The creation date of the file (iOS only)
|
||||
modified: Date; // The last modified date of the file
|
||||
ctime: ?Date; // The creation date of the file (iOS only)
|
||||
mtime: Date; // The last modified date of the file
|
||||
name: string; // The name of the item
|
||||
path: string; // The absolute path to the item
|
||||
size: string; // Size in bytes
|
||||
|
||||
Reference in New Issue
Block a user