Type Alias DataStoreLevelConfig

DataStoreLevelConfig: {
    blockstoreLocation?: string;
    createLevelDatabase?: typeof createLevelDatabase;
}