Starting point in the persisted file system. Points to a root entry.

interface PersistentFileSystemRoot {
    $type$: "PersistentFileSystemRoot";
    root: PersistentFileSystemRootEntry;
}

Properties

Properties

$type$: "PersistentFileSystemRoot"