feat(frontend): add enrichment fields to Portfolio type
This commit is contained in:
parent
a8b3b55896
commit
7b3b77f35e
@ -142,6 +142,10 @@ export interface Portfolio {
|
|||||||
currency: string;
|
currency: string;
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
updatedAt: string;
|
updatedAt: string;
|
||||||
|
totalValue: number;
|
||||||
|
positionCount: number;
|
||||||
|
shareCount: number;
|
||||||
|
bondCount: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PositionWithPrice {
|
export interface PositionWithPrice {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user