From c873ee46806c1a8948743ca472c43f92ecb254e5 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 20 Nov 2024 12:26:04 -0800 Subject: [PATCH] Update index.ts --- apps/js-sdk/firecrawl/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/js-sdk/firecrawl/src/index.ts b/apps/js-sdk/firecrawl/src/index.ts index 3ea9d9e1..e6824dcb 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.ts @@ -86,6 +86,7 @@ export interface CrawlScrapeOptions { country?: string; languages?: string[]; }; + mobile?: boolean; skipTlsVerification?: boolean; removeBase64Images?: boolean; }