Skip to content

Commit 8a1830a

Browse files
committed
chore(types): update
1 parent bc40eca commit 8a1830a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

resources/js/types/index.d.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
import type { PageProps } from '@inertiajs/core'
2-
import type { LucideIcon } from 'lucide-vue-next'
32
import type { Config } from 'ziggy-js'
43

54
export interface Auth {
65
user: User
76
}
87

9-
export interface BreadcrumbItem {
10-
title: string
11-
href: string
12-
}
13-
14-
export interface NavItem {
15-
title: string
16-
href: string
17-
icon?: LucideIcon
18-
isActive?: boolean
19-
}
20-
218
export interface SharedData extends PageProps {
229
name: string
2310
quote: { message: string; author: string }
@@ -35,5 +22,3 @@ export interface User {
3522
created_at: string
3623
updated_at: string
3724
}
38-
39-
export type BreadcrumbItemType = BreadcrumbItem

0 commit comments

Comments
 (0)