feat: add scrapeListAuto as custom action

This commit is contained in:
karishmas6
2024-08-21 04:37:46 +05:30
parent c2db3cc720
commit 91c10c72de

View File

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