mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 12:45:58 +08:00
Update index.ts
This commit is contained in:
parent
1ecee90305
commit
db85f1a7d5
@ -265,13 +265,10 @@ export interface CrawlStatusResponseV0 {
|
|||||||
* Defines options for mapping URLs during a crawl.
|
* Defines options for mapping URLs during a crawl.
|
||||||
*/
|
*/
|
||||||
export interface MapParams {
|
export interface MapParams {
|
||||||
includePaths?: string[]
|
search?: string;
|
||||||
excludePaths?: string[]
|
ignoreSitemap?: boolean;
|
||||||
maxDepth?: number
|
includeSubdomains?: boolean;
|
||||||
limit?: number
|
limit?: number;
|
||||||
allowBackwardLinks?: boolean
|
|
||||||
allowExternalLinks?: boolean
|
|
||||||
ignoreSitemap?: boolean
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user