mirror of https://github.com/ghostfolio/ghostfolio
1 changed files with 1 additions and 1 deletions
@ -1,6 +1,6 @@ |
|||||
export interface TabConfiguration { |
export interface TabConfiguration { |
||||
iconName: string; |
iconName: string; |
||||
label: string; |
label: string; |
||||
path: string[]; |
routerLink: string[]; |
||||
showCondition?: boolean; |
showCondition?: boolean; |
||||
} |
} |
||||
|
Loading…
Reference in new issue