mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 11 additions and 3 deletions
@ -0,0 +1,6 @@ |
|||
import { Params } from '@angular/router'; |
|||
|
|||
export interface AllocationsPageParams extends Params { |
|||
accountDetailDialog?: string; |
|||
accountId?: string; |
|||
} |
|||
Loading…
Reference in new issue