mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
export type ProductCategory = |
|||
| 'BUDGETING' |
|||
| 'CRYPTOCURRENCY' |
|||
| 'DIVIDEND_TRACKING' |
|||
| 'ETF_TRACKING' |
|||
| 'FAMILY_OFFICE' |
|||
| 'FINANCIAL_PLANNING' |
|||
| 'INVESTMENT_RESEARCH' |
|||
| 'NET_WORTH_TRACKING' |
|||
| 'STOCK_TRACKING' |
|||
| 'TAX_REPORTING' |
|||
| 'WEALTH_MANAGEMENT'; |
|||
@ -0,0 +1,7 @@ |
|||
export type ProductPlatform = |
|||
| 'ANDROID' |
|||
| 'IOS' |
|||
| 'LINUX' |
|||
| 'MACOS' |
|||
| 'WEB' |
|||
| 'WINDOWS'; |
|||
Loading…
Reference in new issue