Thomas 0264b592b9
Feature/improve investments by sector ()
* Improve investments analysis by sector

* Update changelog
2021-06-16 17:05:43 +02:00

5 lines
62 B
TypeScript

export interface Sector {
name: string;
weight: number;
}