mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Fix open account details dialog * Update changelog --------- Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>pull/7047/head^2
committed by
GitHub
4 changed files with 18 additions and 12 deletions
@ -0,0 +1,5 @@ |
|||
import { AssetProfileIdentifier } from '@ghostfolio/common/interfaces'; |
|||
|
|||
export type PortfolioProportionChartClickEvent = |
|||
| AssetProfileIdentifier |
|||
| { accountId: string }; |
|||
Loading…
Reference in new issue