mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 05:39:01 +08:00
Update index.ts
This commit is contained in:
parent
3d1bb82aa2
commit
b6ce49e5bb
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user