interface PersistentFileSystemChild {
    content: SHA256Hash<PersistentFileSystemDirectory | PersistentFileSystemFile>;
    mode: number;
    path: string;
}

Properties

Properties

mode: number
path: string