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

    Type Alias IndexedDbPayloadDivinerConfig

    IndexedDbPayloadDivinerConfig: DivinerConfig<
        {
            dbName?: string;
            dbVersion?: number;
            schema: IndexedDbPayloadDivinerConfigSchema;
            storage?: { indexes?: IndexDescription[] };
            storeName?: string;
        },
    >