We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af3f19 commit 70e756fCopy full SHA for 70e756f
index.d.ts
@@ -2,7 +2,7 @@ declare type ScrapeitCloudAPIParams = {
2
keyword: string,
3
country: string,
4
domain: string,
5
- start?: string,
+ start?: number,
6
ll?: string
7
}
8
0 commit comments