mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-18 02:05:59 +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;
|
sitemapped?: boolean;
|
||||||
webhook?: z.infer<typeof webhookSchema>;
|
webhook?: z.infer<typeof webhookSchema>;
|
||||||
v1?: boolean;
|
v1?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disables billing on the worker side.
|
||||||
|
*/
|
||||||
is_scrape?: boolean;
|
is_scrape?: boolean;
|
||||||
|
|
||||||
isCrawlSourceScrape?: boolean;
|
isCrawlSourceScrape?: boolean;
|
||||||
from_extract?: boolean;
|
from_extract?: boolean;
|
||||||
startTime?: number;
|
startTime?: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user