export interface NavItem { value: string; name?: string; link?: string; }