Feature/extend scraper configuration support (#2110)
* Extend scraper configuration support * Update changelog
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface ScraperConfiguration {
|
||||
defaultMarketPrice?: number;
|
||||
headers?: { [key: string]: string };
|
||||
selector: string;
|
||||
url: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user