ghostfolio/libs/common/src/lib/interfaces/sector.interface.ts
Thomas 0264b592b9
Feature/improve investments by sector (#172)
* 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;
}