interface HeaderNavItem {
    auth?: boolean;
    href: string;
    label: string;
}

Properties

Properties

auth?: boolean
href: string
label: string