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