mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-07 13:49:47 +00:00
Update SaveState type
This commit is contained in:
parent
0c7e2ce37e
commit
510f81ad45
1 changed files with 2 additions and 2 deletions
|
|
@ -182,8 +182,8 @@ export type SaveState = {
|
|||
errors: string[];
|
||||
extraSeeds: string[];
|
||||
sitemapDone: boolean;
|
||||
seedFileDone: boolean;
|
||||
seedFileSeeds: string[];
|
||||
seedFileDone?: boolean;
|
||||
seedFileSeeds?: string[];
|
||||
};
|
||||
|
||||
// ============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue