Update
This commit is contained in:
5
resources/js/types/index.d.ts
vendored
5
resources/js/types/index.d.ts
vendored
@@ -1,10 +1,6 @@
|
||||
import { LucideIcon } from 'lucide-react';
|
||||
import type { Config } from 'ziggy-js';
|
||||
|
||||
export interface Auth {
|
||||
user: User;
|
||||
user_is_admin: boolean;
|
||||
}
|
||||
|
||||
export interface BreadcrumbItem {
|
||||
title: string;
|
||||
@@ -24,7 +20,6 @@ export interface NavItem {
|
||||
}
|
||||
|
||||
export interface SharedData {
|
||||
auth: Auth;
|
||||
ziggy: Config & { location: string };
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user