depot
Predefined depot configurations.
The depot component gets data in and out your program. For example, say I want to load and then update a file system. The depot will get that file system data for me, and after updating it, send the data to where it needs to be.
const depot: {
fissionIPFS(settings: Configuration & {
};staging?: boolean;
storage?: Storage.Implementation;
}): Promise<Depot.Implementation>;