Persisted file system directory structure

interface PersistentFileSystemDirectory {
    $type$: "PersistentFileSystemDirectory";
    children: PersistentFileSystemChild[];
}

Properties

Properties

$type$: "PersistentFileSystemDirectory"