feat: add scrapeLists to custom action
This commit is contained in:
@@ -23,4 +23,4 @@ export interface ScreenshotSettings {
|
|||||||
type?: "jpeg" | "png";
|
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';
|
||||||
|
|||||||
Reference in New Issue
Block a user