Extend type

pull/235/head
Thomas 4 years ago
parent 85d42ef655
commit 295c5d95ed

@ -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