XYO Platform SDK - v3.10.6
    Preparing search index...

    Type Alias LevelDbArchivistConfig<TStoreName>

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

    Type Parameters

    • TStoreName extends string = string