feat(v1/map): timeout

This commit is contained in:
Gergő Móricz
2025-01-28 16:44:44 +01:00
parent 173028295b
commit 57e98e83d7
4 changed files with 73 additions and 11 deletions
+1
View File
@@ -235,6 +235,7 @@ export interface MapParams {
includeSubdomains?: boolean;
sitemapOnly?: boolean;
limit?: number;
timeout?: number;
}
/**