Part of the PersistentFileSystemRoot that preservers the root's mode and his reference

interface PersistentFileSystemRootEntry {
    entry: SHA256Hash<PersistentFileSystemDirectory>;
    mode: number;
}

Properties

Properties

mode: number