Skip to content

Commit 3d8e198

Browse files
authored
Update index.ts (#43)
1 parent 775d39e commit 3d8e198

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

resources/js/types/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ export interface SharedData {
2020
name: string;
2121
quote: { message: string; author: string };
2222
auth: Auth;
23-
ziggy: {
24-
location: string;
25-
url: string;
26-
port: null | number;
27-
defaults: Record<string, unknown>;
28-
routes: Record<string, string>;
29-
};
3023
}
3124

3225
export interface User {

0 commit comments

Comments
 (0)