fix: signify the type of timestamp returned

This commit is contained in:
Erica Marigold 2024-03-09 13:14:15 +05:30
parent 090d58e0fb
commit a0c194369a
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -29,9 +29,9 @@ export type MetadataPermissions = {
* `kind` - If the target path is a `file`, `dir` or `symlink`
* `exists` - If the target path exists
* `createdAt` - The timestamp at which the file or directory was created
* `modifiedAt` - The timestamp at which the file or directory was last modified
* `accessedAt` - The timestamp at which the file or directory was last accessed
* `createdAt` - The timestamp represented as a `DateTime` object at which the file or directory was created
* `modifiedAt` - The timestamp represented as a `DateTime` object at which the file or directory was last modified
* `accessedAt` - The timestamp represented as a `DateTime` object at which the file or directory was last accessed
* `permissions` - Current permissions for the file or directory
Note that timestamps are relative to the unix epoch, and