From 6664ca421cbb004d84b0dc48816921d41c341165 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 7 Aug 2024 05:33:33 +0530 Subject: [PATCH] fix: pass scrapeList instead of scrapeLists --- 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 a0e44a96..686eaf20 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' | 'scrapeLists'; +export declare type CustomActions = 'scrape' | 'scrapeSchema' | 'scroll' | 'screenshot' | 'script' | 'enqueueLinks' | 'flag' | 'scrapeList';