Feature/execute scraper configuration instantly (#3723)
* Execute scraper configuration instantly * Update changelog --------- Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,7 @@ export interface ScraperConfiguration {
|
||||
defaultMarketPrice?: number;
|
||||
headers?: { [key: string]: string };
|
||||
locale?: string;
|
||||
mode?: 'instant' | 'lazy';
|
||||
selector: string;
|
||||
url: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user