diff --git a/resources/js/types/index.d.ts b/resources/js/types/index.d.ts index 8a53a5a4..8f71780e 100644 --- a/resources/js/types/index.d.ts +++ b/resources/js/types/index.d.ts @@ -9,11 +9,13 @@ export interface Auth { export interface BreadcrumbItem { title: string; href: string; + type?: 'href' | 'route'; } export interface NavItem { title: string; href: string; + type?: 'href' | 'route'; icon?: LucideIcon; isActive?: boolean; }