mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 12 additions and 8 deletions
@ -0,0 +1,5 @@ |
|||
import { AssetProfileIdentifier } from '@ghostfolio/common/interfaces'; |
|||
|
|||
export type PortfolioProportionChartClickEvent = |
|||
| AssetProfileIdentifier |
|||
| { accountId: string }; |
|||
Loading…
Reference in new issue