Skip to content

Commit 89c6328

Browse files
committed
fix(types): add missing User type to Auth interface
1 parent 39762e2 commit 89c6328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { LucideIcon } from 'lucide-react';
22
import type { Config } from 'ziggy-js';
3+
import type { User } from './models';
34

45
export interface Auth {
56
user: User;

0 commit comments

Comments
 (0)