Extend type

This commit is contained in:
Thomas 2021-07-20 23:32:18 +02:00
parent 04e03bd080
commit 1e368d6e2d

View File

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