Refactor value to valueInBaseCurrency (#2160)
This commit is contained in:
@@ -30,6 +30,6 @@ export interface PortfolioPosition {
|
||||
symbol: string;
|
||||
type?: string;
|
||||
url?: string;
|
||||
value?: number;
|
||||
valueInBaseCurrency?: number;
|
||||
valueInPercentage?: number;
|
||||
}
|
||||
|
@@ -17,7 +17,7 @@ export interface PortfolioPublicDetails {
|
||||
| 'sectors'
|
||||
| 'symbol'
|
||||
| 'url'
|
||||
| 'value'
|
||||
| 'valueInBaseCurrency'
|
||||
| 'valueInPercentage'
|
||||
>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user