diff --git a/apps/api/src/types.ts b/apps/api/src/types.ts index c5c4027c..2e18ba3d 100644 --- a/apps/api/src/types.ts +++ b/apps/api/src/types.ts @@ -44,7 +44,12 @@ export interface WebScraperOptions { sitemapped?: boolean; webhook?: z.infer; v1?: boolean; + + /** + * Disables billing on the worker side. + */ is_scrape?: boolean; + isCrawlSourceScrape?: boolean; from_extract?: boolean; startTime?: number;