diff --git a/apps/js-sdk/firecrawl/src/index.ts b/apps/js-sdk/firecrawl/src/index.ts index 265bd6c5..9c1fc8e8 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.ts @@ -120,6 +120,7 @@ export interface CrawlScrapeOptions { removeBase64Images?: boolean; blockAds?: boolean; proxy?: "basic" | "stealth" | "auto"; + dontStoreInCache?: boolean; } export type Action = {