mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-10 04:48:59 +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…
x
Reference in New Issue
Block a user