mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-15 19:22:19 +08:00
Update index.ts
This commit is contained in:
parent
3d1bb82aa2
commit
b6ce49e5bb
|
@ -82,6 +82,10 @@ export interface CrawlScrapeOptions {
|
|||
onlyMainContent?: boolean;
|
||||
waitFor?: number;
|
||||
timeout?: number;
|
||||
location?: {
|
||||
country?: string;
|
||||
languages?: string[];
|
||||
};
|
||||
}
|
||||
|
||||
export type Action = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user