mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 9 additions and 5 deletions
@ -1,6 +1,7 @@ |
|||||
export interface ScraperConfiguration { |
export interface ScraperConfiguration { |
||||
defaultMarketPrice?: number; |
defaultMarketPrice?: number; |
||||
headers?: { [key: string]: string }; |
headers?: { [key: string]: string }; |
||||
|
locale?: string; |
||||
selector: string; |
selector: string; |
||||
url: string; |
url: string; |
||||
} |
} |
||||
|
Loading…
Reference in new issue