ghostfolio/apps/api/src/app/core/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;
symbol: string;
marketPrice: number;
}