Skip to content

Commit e1698d7

Browse files
committed
formatting
1 parent 7d4d309 commit e1698d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/types/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ export interface NavItem {
2222
}
2323

2424
export interface SharedData {
25-
auth: Auth;
2625
name: string;
2726
quote: { message: string; author: string };
27+
auth: Auth;
2828
[key: string]: unknown;
2929
}
3030

@@ -36,5 +36,5 @@ export interface User {
3636
email_verified_at: string | null;
3737
created_at: string;
3838
updated_at: string;
39-
[key: string]: unknown; // This allows for additional properties
39+
[key: string]: unknown; // This allows for additional properties...
4040
}

0 commit comments

Comments
 (0)