mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 3 additions and 6 deletions
@ -1,6 +1,6 @@ |
|||||
import { DataSource } from '@prisma/client'; |
import { DataSource } from '@prisma/client'; |
||||
|
|
||||
export interface AssetProfileIdentifier { |
export interface AssetProfileIdentifier { |
||||
dataSource: DataSource; |
dataSource?: DataSource; |
||||
symbol: string; |
symbol: string; |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue