ghostfolio/libs/common/src/lib/interfaces/portfolio-performance.interface.ts

6 lines
143 B
TypeScript
Raw Normal View History

2021-04-13 21:53:58 +02:00
export interface PortfolioPerformance {
currentGrossPerformance: number;
currentGrossPerformancePercent: number;
currentValue: number;
}