Update index.ts
This commit is contained in:
@@ -82,6 +82,10 @@ export interface CrawlScrapeOptions {
|
|||||||
onlyMainContent?: boolean;
|
onlyMainContent?: boolean;
|
||||||
waitFor?: number;
|
waitFor?: number;
|
||||||
timeout?: number;
|
timeout?: number;
|
||||||
|
location?: {
|
||||||
|
country?: string;
|
||||||
|
languages?: string[];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Action = {
|
export type Action = {
|
||||||
|
|||||||
Reference in New Issue
Block a user