mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 16:30:41 +08:00
Update types.ts
This commit is contained in:
parent
c8e0bb93ea
commit
050cac51ec
@ -126,7 +126,7 @@ export const mapRequestSchema = crawlerOptions.extend({
|
||||
includeSubdomains: z.boolean().default(true),
|
||||
search: z.string().optional(),
|
||||
ignoreSitemap: z.boolean().default(false),
|
||||
limit: z.number().min(1).max(50).default(5000).optional(),
|
||||
limit: z.number().min(1).max(5000).default(5000).optional(),
|
||||
}).strict(strictMessage);
|
||||
|
||||
// export type MapRequest = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user