Extend type
This commit is contained in:
parent
04e03bd080
commit
1e368d6e2d
@ -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…
x
Reference in New Issue
Block a user