aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/app.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'code/app/src/app.d.ts')
-rw-r--r--code/app/src/app.d.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/code/app/src/app.d.ts b/code/app/src/app.d.ts
new file mode 100644
index 0000000..31b276e
--- /dev/null
+++ b/code/app/src/app.d.ts
@@ -0,0 +1,9 @@
+// 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 Platform { }
+ interface PrivateEnv { }
+ interface PublicEnv { }
+} \ No newline at end of file