hub-stats / types /nav.ts
Caleb Fahlgren
init
1c1f44a
raw
history blame
103 Bytes
export interface NavItem {
title: string
href?: string
disabled?: boolean
external?: boolean
}