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