Update
This commit is contained in:
2
resources/js/types/index.d.ts
vendored
2
resources/js/types/index.d.ts
vendored
@@ -24,10 +24,8 @@ export interface NavItem {
|
||||
}
|
||||
|
||||
export interface SharedData {
|
||||
quote: { message: string; author: string };
|
||||
auth: Auth;
|
||||
ziggy: Config & { location: string };
|
||||
sidebarOpen: boolean;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user