Skip to content

Commit

Permalink
Merge pull request #18 from cooljohnny3/master
Browse files Browse the repository at this point in the history
Change the type of top level search to string
  • Loading branch information
kaimoe authored Jan 5, 2024
2 parents 5b49a51 + ddcba28 commit 417aa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ declare module "@xivapi/js" {
* ```
*/
public search(
input: keyof typeof SearchIndexes,
input: string,
params?: DataSearchParams
): Promise<SearchIndexResult>;

Expand Down

0 comments on commit 417aa21

Please sign in to comment.