mirror of https://github.com/ghostfolio/ghostfolio
Thomas
4 years ago
committed by
GitHub
17 changed files with 68 additions and 17 deletions
@ -1,6 +1,7 @@ |
|||||
import { Currency } from '@prisma/client'; |
import { Currency, DataSource } from '@prisma/client'; |
||||
|
|
||||
export interface SymbolItem { |
export interface SymbolItem { |
||||
currency: Currency; |
currency: Currency; |
||||
|
dataSource: DataSource; |
||||
marketPrice: number; |
marketPrice: number; |
||||
} |
} |
||||
|
Loading…
Reference in new issue