File size: 103 Bytes
1c1f44a
 
 
 
 
 
1
2
3
4
5
6
7
export interface NavItem {
  title: string
  href?: string
  disabled?: boolean
  external?: boolean
}