mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
feat: uid/gid/mode added to metadata (#1551)
This commit is contained in:
4
libs/artifacts/types.d.ts
vendored
4
libs/artifacts/types.d.ts
vendored
@@ -65,7 +65,6 @@ export type Effects = {
|
||||
|
||||
};
|
||||
export type Metadata = {
|
||||
|
||||
fileType: string,
|
||||
isDir: boolean,
|
||||
isFile: boolean,
|
||||
@@ -75,6 +74,9 @@ export type Metadata = {
|
||||
accessed?: Date,
|
||||
created?: Date,
|
||||
readonly: boolean,
|
||||
uid: number,
|
||||
gid: number,
|
||||
mode: number
|
||||
}
|
||||
|
||||
export type MigrationRes = {
|
||||
|
||||
Reference in New Issue
Block a user