export type NavItem = [string, string]; export type NavItems = NavItem[]; const navItems: NavItems = [["Home", "#top"]]; export default navItems;