mirror of https://github.com/ghostfolio/ghostfolio
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 { |
|||
currency: Currency; |
|||
dataSource: DataSource; |
|||
marketPrice: number; |
|||
} |
|||
|
Loading…
Reference in new issue