Type alias FileSystem

FileSystem: {
    fileSystem:local-change: {
        path: DistinctivePath<Partitioned<Partition>>;
        root: CID;
    };
    fileSystem:publish: {
        root: CID;
    };
}

Type declaration

Generated using TypeDoc