aboutsummaryrefslogtreecommitdiff
path: root/src/app.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.d.ts')
-rw-r--r--src/app.d.ts8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/app.d.ts b/src/app.d.ts
index b41fa6f..9f4467d 100644
--- a/src/app.d.ts
+++ b/src/app.d.ts
@@ -3,10 +3,13 @@
// // See https://kit.svelte.dev/docs/typescript
// // for information about these interfaces
declare namespace App {
+ // interface Error { }
+
interface Locals {
sid: string | undefined
}
+ // interface PageData { }
interface Platform {
env: {
@@ -18,9 +21,4 @@ declare namespace App {
}
}
- interface Session {
- sid: string | undefined
- }
-
- // interface Stuff {}
}