mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
fix: signify the type of timestamp returned
This commit is contained in:
parent
090d58e0fb
commit
a0c194369a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue