mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts
This commit is contained in:
parent
f8cacb2021
commit
4b07dfcca0
5
types/algoliasearch/index.d.ts
vendored
5
types/algoliasearch/index.d.ts
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user