Убрал лишнее из определений типов
This commit is contained in:
parent
c52fb92c01
commit
3d44c43dbd
1 changed files with 0 additions and 5 deletions
5
src/app.d.ts
vendored
5
src/app.d.ts
vendored
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue