Update index.ts

This commit is contained in:
Nicolas 2024-11-20 12:26:04 -08:00
parent b1eaecfdb0
commit c873ee4680

View File

@ -86,6 +86,7 @@ export interface CrawlScrapeOptions {
country?: string; country?: string;
languages?: string[]; languages?: string[];
}; };
mobile?: boolean;
skipTlsVerification?: boolean; skipTlsVerification?: boolean;
removeBase64Images?: boolean; removeBase64Images?: boolean;
} }