Skip to content

Commit 70e756f

Browse files
fix incorrect type
1 parent 9af3f19 commit 70e756f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ declare type ScrapeitCloudAPIParams = {
22
keyword: string,
33
country: string,
44
domain: string,
5-
start?: string,
5+
start?: number,
66
ll?: string
77
}
88

0 commit comments

Comments
 (0)