From 91c10c72de5c9d707f5ca066d50c1de2079e4d31 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 04:37:46 +0530 Subject: [PATCH] feat: add scrapeListAuto as custom action --- src/shared/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';