diff --git a/resources/js/types/index.ts b/resources/js/types/index.ts index 9fb4cffb..c9f604cd 100644 --- a/resources/js/types/index.ts +++ b/resources/js/types/index.ts @@ -20,13 +20,6 @@ export interface SharedData { name: string; quote: { message: string; author: string }; auth: Auth; - ziggy: { - location: string; - url: string; - port: null | number; - defaults: Record; - routes: Record; - }; } export interface User {