mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 7 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
import { Holding } from './holding.interface'; |
|||
|
|||
export interface HoldingWithParents extends Holding { |
|||
parents?: Holding[]; |
|||
} |
Loading…
Reference in new issue