mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 14:38:20 +08:00
Update index.d.ts
This commit is contained in:
4
types/algoliasearch/index.d.ts
vendored
4
types/algoliasearch/index.d.ts
vendored
@@ -74,7 +74,7 @@ declare namespace algoliasearch {
|
||||
indexName: string;
|
||||
query: string;
|
||||
params: AlgoliaQueryParameters;
|
||||
},
|
||||
}[],
|
||||
cb: (err: Error, res: AlgoliaMultiResponse) => void
|
||||
): void;
|
||||
/**
|
||||
@@ -87,7 +87,7 @@ declare namespace algoliasearch {
|
||||
indexName: string;
|
||||
query: string;
|
||||
params: AlgoliaQueryParameters;
|
||||
}): Promise<AlgoliaMultiResponse>;
|
||||
}[]): Promise<AlgoliaMultiResponse>;
|
||||
/**
|
||||
* clear browser cache
|
||||
* https://github.com/algolia/algoliasearch-client-js#cache
|
||||
|
||||
Reference in New Issue
Block a user