Убрал лишнее из определений типов

This commit is contained in:
Иван Кузьменко 2025-11-13 03:51:25 +03:00
parent c52fb92c01
commit 3d44c43dbd

5
src/app.d.ts vendored
View file

@ -1,10 +1,5 @@
declare global { declare global {
namespace App { namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
interface Route { interface Route {
label: string; label: string;
icon: string; icon: string;