feat: add scrapeLists to custom action

This commit is contained in:
karishmas6
2024-08-06 18:38:41 +05:30
parent 63cd694d85
commit a5b75d8ef2

View File

@@ -23,4 +23,4 @@ export interface ScreenshotSettings {
type?: "jpeg" | "png";
};
export declare type CustomActions = 'scrape' | 'scrapeSchema' | 'scroll' | 'screenshot' | 'script' | 'enqueueLinks' | 'flag';
export declare type CustomActions = 'scrape' | 'scrapeSchema' | 'scroll' | 'screenshot' | 'script' | 'enqueueLinks' | 'flag' | 'scrapeLists';