mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-08 06:09:48 +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[];
|
errors: string[];
|
||||||
extraSeeds: string[];
|
extraSeeds: string[];
|
||||||
sitemapDone: boolean;
|
sitemapDone: boolean;
|
||||||
seedFileDone: boolean;
|
seedFileDone?: boolean;
|
||||||
seedFileSeeds: string[];
|
seedFileSeeds?: string[];
|
||||||
};
|
};
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue