ghostfolio/apps/api/src/app/portfolio/interfaces/get-value-object.interface.ts

6 lines
91 B
TypeScript
Raw Normal View History

2021-07-27 21:07:28 +02:00
export interface GetValueObject {
date: Date;
marketPrice: number;
2021-07-28 15:32:36 +02:00
symbol: string;
2021-07-27 21:07:28 +02:00
}