diff options
author | rtkay123 <dev@kanjala.com> | 2025-06-22 11:25:31 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-06-22 11:25:31 +0200 |
commit | 333bcef4a58d16eb5a8940e9d08d32caa9db4480 (patch) | |
tree | 1e81da403c189af6d0e5b800d2ccfb105c209792 /src/app.d.ts | |
download | kanjala.com-master.tar.bz2 kanjala.com-master.zip |
Diffstat (limited to 'src/app.d.ts')
-rw-r--r-- | src/app.d.ts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/app.d.ts b/src/app.d.ts new file mode 100644 index 0000000..da08e6d --- /dev/null +++ b/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 {}; |