summaryrefslogtreecommitdiff
path: root/client/src/app.d.ts
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-06-24 08:53:58 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-06-24 09:13:08 +0200
commitbdba7f5c449c0ac77bbd2420c5bc086a7e369a91 (patch)
tree0f4acd13a6a1c62f4e0b1b79a537b09c0470af2e /client/src/app.d.ts
parentd104bd0671181376f0756ba8ae6a03880654c186 (diff)
Initial commit of client
Using svelte
Diffstat (limited to 'client/src/app.d.ts')
-rw-r--r--client/src/app.d.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/src/app.d.ts b/client/src/app.d.ts
new file mode 100644
index 0000000..d76242a
--- /dev/null
+++ b/client/src/app.d.ts
@@ -0,0 +1,13 @@
+// See https://svelte.dev/docs/kit/types#app.d.ts
+// for information about these interfaces
+declare global {
+ namespace App {
+ // interface Error {}
+ // interface Locals {}
+ // interface PageData {}
+ // interface PageState {}
+ // interface Platform {}
+ }
+}
+
+export {};