@refinio/one.models
    Preparing search index...

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

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

    Properties

    Properties

    entry

    mode: number