diff --git a/src/shared/types.ts b/src/shared/types.ts index 686eaf20..0a259dea 100644 --- a/src/shared/types.ts +++ b/src/shared/types.ts @@ -23,4 +23,4 @@ export interface ScreenshotSettings { type?: "jpeg" | "png"; }; -export declare type CustomActions = 'scrape' | 'scrapeSchema' | 'scroll' | 'screenshot' | 'script' | 'enqueueLinks' | 'flag' | 'scrapeList'; +export declare type CustomActions = 'scrape' | 'scrapeSchema' | 'scroll' | 'screenshot' | 'script' | 'enqueueLinks' | 'flag' | 'scrapeList' | 'scrapeListAuto';