mirror of https://github.com/ghostfolio/ghostfolio
74 changed files with 81 additions and 80 deletions
@ -0,0 +1,7 @@ |
|||
export interface IRoute { |
|||
excludeFromAssistant?: boolean; |
|||
path: string; |
|||
routerLink: string[]; |
|||
subRoutes?: Record<string, IRoute>; |
|||
title: string; |
|||
} |
Loading…
Reference in new issue