mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-16 17:35:56 +08:00
add comment to clarify is_scrape
This commit is contained in:
parent
daa7fc58f6
commit
1abc6f0f48
@ -44,7 +44,12 @@ export interface WebScraperOptions {
|
||||
sitemapped?: boolean;
|
||||
webhook?: z.infer<typeof webhookSchema>;
|
||||
v1?: boolean;
|
||||
|
||||
/**
|
||||
* Disables billing on the worker side.
|
||||
*/
|
||||
is_scrape?: boolean;
|
||||
|
||||
isCrawlSourceScrape?: boolean;
|
||||
from_extract?: boolean;
|
||||
startTime?: number;
|
||||
|
Loading…
x
Reference in New Issue
Block a user