From 7c9b6981a4d7634c348619e1b2109a75dd98b826 Mon Sep 17 00:00:00 2001 From: laserhybiz <100562257+laserhybiz@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:46:00 +0200 Subject: [PATCH] Update index.ts --- resources/js/types/index.ts | 7 ------- 1 file changed, 7 deletions(-) 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 {