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

    Type Alias IndexedDbArchivistConfig<TStoreName>

    IndexedDbArchivistConfig: ArchivistConfig<
        {
            dbName?: string;
            dbVersion?: number;
            schema: IndexedDbArchivistConfigSchema;
            storeName?: TStoreName;
        },
    >

    Type Parameters

    • TStoreName extends string = string