We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc40eca commit 8a1830aCopy full SHA for 8a1830a
resources/js/types/index.d.ts
@@ -1,23 +1,10 @@
1
import type { PageProps } from '@inertiajs/core'
2
-import type { LucideIcon } from 'lucide-vue-next'
3
import type { Config } from 'ziggy-js'
4
5
export interface Auth {
6
user: User
7
}
8
9
-export interface BreadcrumbItem {
10
- title: string
11
- href: string
12
-}
13
-
14
-export interface NavItem {
15
16
17
- icon?: LucideIcon
18
- isActive?: boolean
19
20
21
export interface SharedData extends PageProps {
22
name: string
23
quote: { message: string; author: string }
@@ -35,5 +22,3 @@ export interface User {
35
created_at: string
36
updated_at: string
37
24
38
39
-export type BreadcrumbItemType = BreadcrumbItem
0 commit comments