export interface navLink { enabled?: boolean; navText: string; path?: string; pubpath?: string; children?: navLink[]; }