This commit is contained in:
ct
2025-07-15 03:11:43 +08:00
parent 31383349c2
commit eb207b98d9
8 changed files with 7 additions and 34 deletions

View File

@@ -24,10 +24,8 @@ export interface NavItem {
}
export interface SharedData {
quote: { message: string; author: string };
auth: Auth;
ziggy: Config & { location: string };
sidebarOpen: boolean;
[key: string]: unknown;
}