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 3d8e198 commit 7fd0944Copy full SHA for 7fd0944
resources/js/types/index.ts
@@ -1,4 +1,5 @@
1
import type { LucideIcon } from 'lucide-vue-next';
2
+import type { PageProps } from '@inertiajs/core';
3
4
export interface Auth {
5
user: User;
@@ -16,7 +17,7 @@ export interface NavItem {
16
17
isActive?: boolean;
18
}
19
-export interface SharedData {
20
+export interface SharedData extends PageProps {
21
name: string;
22
quote: { message: string; author: string };
23
auth: Auth;
0 commit comments