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 fd1b2aa commit 8a1d8b2Copy full SHA for 8a1d8b2
resources/js/types/index.d.ts
@@ -13,6 +13,7 @@ export interface User {
13
14
export interface AuthProps {
15
user: User | null;
16
+ isAdmin?: boolean;
17
}
18
19
export interface FlashProps {
0 commit comments