add comment to clarify is_scrape

This commit is contained in:
Gergő Móricz 2025-05-30 17:53:25 +02:00
parent daa7fc58f6
commit 1abc6f0f48

View File

@ -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;