Type Alias IndexLevelConfig

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