aboutsummaryrefslogtreecommitdiffstats
path: root/website/src/app.d.ts
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-15 12:14:58 +0200
committerrtkay123 <dev@kanjala.com>2026-02-15 12:14:58 +0200
commit323296c248aeea736e388a307effa4edab671e66 (patch)
tree77d504942d35f8621e8599df94192db4368a2094 /website/src/app.d.ts
parent8e75d3af03fdd0e92f00de10eef0af2b093d1c7c (diff)
downloadsellershut-323296c248aeea736e388a307effa4edab671e66.tar.bz2
sellershut-323296c248aeea736e388a307effa4edab671e66.zip
feat(web): create
Diffstat (limited to 'website/src/app.d.ts')
-rw-r--r--website/src/app.d.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/website/src/app.d.ts b/website/src/app.d.ts
new file mode 100644
index 0000000..da08e6d
--- /dev/null
+++ b/website/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 {};