Update index.ts

This commit is contained in:
Nicolas 2024-10-28 20:24:16 -03:00
parent 3d1bb82aa2
commit b6ce49e5bb

View File

@ -82,6 +82,10 @@ export interface CrawlScrapeOptions {
onlyMainContent?: boolean; onlyMainContent?: boolean;
waitFor?: number; waitFor?: number;
timeout?: number; timeout?: number;
location?: {
country?: string;
languages?: string[];
};
} }
export type Action = { export type Action = {