Update index.ts

This commit is contained in:
Nicolas 2024-12-12 21:52:20 -03:00
parent 6b41916e1a
commit 13afe4c733

View File

@ -157,6 +157,7 @@ export interface CrawlParams {
webhook?: string | { webhook?: string | {
url: string; url: string;
headers?: Record<string, string>; headers?: Record<string, string>;
metadata?: Record<string, string>;
}; };
deduplicateSimilarURLs?: boolean; deduplicateSimilarURLs?: boolean;
ignoreQueryParameters?: boolean; ignoreQueryParameters?: boolean;