mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 19 additions and 29 deletions
@ -1,13 +1,3 @@ |
|||
export type SectorName = |
|||
| 'Basic Materials' |
|||
| 'Communication Services' |
|||
| 'Consumer Cyclical' |
|||
| 'Consumer Defensive' |
|||
| 'Energy' |
|||
| 'Financial Services' |
|||
| 'Healthcare' |
|||
| 'Industrials' |
|||
| 'Other' |
|||
| 'Real Estate' |
|||
| 'Technology' |
|||
| 'Utilities'; |
|||
import type { SECTORS } from '../config'; |
|||
|
|||
export type SectorName = (typeof SECTORS)[number]; |
|||
|
|||
Loading…
Reference in new issue