This commit is contained in:
Nicolas
2024-08-21 22:20:40 -03:00
parent 6bdb1d045d
commit c7bfe4ffe8
8 changed files with 37 additions and 13 deletions
+1
View File
@@ -6,6 +6,7 @@ export type StoredCrawl = {
crawlerOptions: any;
pageOptions: any;
team_id: string;
plan: string;
robots?: string;
cancelled?: boolean;
createdAt: number;