LevelDbArchivistConfig: ArchivistConfig<
    {
        clearStoreOnStart?: boolean;
        dbName?: string;
        location?: string;
        schema: LevelDbArchivistConfigSchema;
        storeName?: TStoreName;
    },
>

Type Parameters

  • TStoreName extends string = string