Update index.d.ts

This commit is contained in:
Haroen Viaene 2018-06-28 09:28:52 +02:00 committed by GitHub
parent f8cacb2021
commit 4b07dfcca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -764,6 +764,11 @@ declare namespace algoliasearch {
* https://github.com/algolia/algoliasearch-client-js#client-options
*/
hosts?: { read?: string[]; write?: string[] };
/**
* enable the experimental feature: caching requests instead of responses
* see https://github.com/algolia/algoliasearch-client-javascript/pull/694
*/
_useRequestCache?: boolean
}
/**
* Interface describing options available for gettings the logs