@thepalaceproject/circulation-admin
    Preparing search index...

    Interface HeaderNavItem

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

    Properties

    Properties

    auth?: boolean
    href: string
    label: string