export interface NavBarItem { label: string; value: T; }