Skip to content

Commit 417aa21

Browse files
authored
Merge pull request #18 from cooljohnny3/master
Change the type of top level search to string
2 parents 5b49a51 + ddcba28 commit 417aa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ declare module "@xivapi/js" {
102102
* ```
103103
*/
104104
public search(
105-
input: keyof typeof SearchIndexes,
105+
input: string,
106106
params?: DataSearchParams
107107
): Promise<SearchIndexResult>;
108108

0 commit comments

Comments
 (0)