ghostfolio/apps/api/src/app/portfolio/interfaces/get-value-object.interface.ts
Thomas Kaul af0863d193
Bugfix/fix currency conversion in accounts (#937)
* Fix currency conversion in accounts

* Update changelog
2022-05-21 19:58:47 +02:00

6 lines
105 B
TypeScript

export interface GetValueObject {
date: Date;
marketPriceInBaseCurrency: number;
symbol: string;
}