Type Alias BlockstoreLevelConfig

BlockstoreLevelConfig: {
    createLevelDatabase?: typeof createLevelDatabase;
    location: string;
}