Browse Source

Extend type

pull/239/head
Thomas 4 years ago
parent
commit
1e368d6e2d
  1. 4
      libs/common/src/lib/interfaces/timeline-position.interface.ts

4
libs/common/src/lib/interfaces/timeline-position.interface.ts

@ -13,8 +13,8 @@ export interface TimelinePosition {
quantity: Big;
symbol: string;
investment: Big;
grossPerformancePercentage: Big;
grossPerformance: Big;
grossPerformancePercentage: Big | number; // TODO
grossPerformance: Big | number; // TODO
marketPrice: number;
transactionCount: number;
name: string;

Loading…
Cancel
Save