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 7d4d309 commit e1698d7Copy full SHA for e1698d7
resources/js/types/index.ts
@@ -22,9 +22,9 @@ export interface NavItem {
22
}
23
24
export interface SharedData {
25
- auth: Auth;
26
name: string;
27
quote: { message: string; author: string };
+ auth: Auth;
28
[key: string]: unknown;
29
30
@@ -36,5 +36,5 @@ export interface User {
36
email_verified_at: string | null;
37
created_at: string;
38
updated_at: string;
39
- [key: string]: unknown; // This allows for additional properties
+ [key: string]: unknown; // This allows for additional properties...
40
0 commit comments