🚧 Migrate to new SvelteKit routing system
A bit annoying but for the best I guess?
This commit is contained in:
14
src/app.d.ts
vendored
14
src/app.d.ts
vendored
@@ -1,13 +1,15 @@
|
||||
/// <reference types="@sveltejs/kit" />
|
||||
|
||||
|
||||
// See https://kit.svelte.dev/docs/types#app
|
||||
// for information about these interfaces
|
||||
// and what to do when importing types
|
||||
declare namespace App {
|
||||
// interface Locals {}
|
||||
interface Locals {
|
||||
userid: string;
|
||||
}
|
||||
|
||||
// interface Platform {}
|
||||
// interface PrivateEnv {}
|
||||
// interface PublicEnv {}
|
||||
// interface Session {}
|
||||
// interface Stuff {}
|
||||
}
|
||||
|
||||
|
||||
@@ -40,7 +42,7 @@ declare interface PhotoGridAbout {
|
||||
/**
|
||||
* Notifcation
|
||||
*/
|
||||
declare interface Notification {
|
||||
declare interface ShopNotification {
|
||||
title: string
|
||||
name: string
|
||||
image: string
|
||||
|
||||
Reference in New Issue
Block a user