ghostfolio/libs/common/src/lib/interfaces/scraper-configuration.interface.ts
Thomas Kaul 2c4c16ec99
Feature/extend markets overview by benchmarks (#953)
* Add benchmarks to markets overview

* Update changelog
2022-05-26 18:59:29 +02:00

6 lines
108 B
TypeScript

export interface ScraperConfiguration {
defaultMarketPrice?: number;
selector: string;
url: string;
}