Update index.ts
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user