mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 14:35:57 +08:00
Update index.ts
This commit is contained in:
parent
6b41916e1a
commit
13afe4c733
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user