fix: pass scrapeList instead of scrapeLists

This commit is contained in:
karishmas6
2024-08-07 05:33:33 +05:30
parent c053f96847
commit 6664ca421c

View File

@@ -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';