From 23ab0a24ba82004fa449491b4e08698a1de9e6a0 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 11 Feb 2023 21:04:43 +0100 Subject: feat: Initial commit --- src/app.d.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/app.d.ts (limited to 'src/app.d.ts') diff --git a/src/app.d.ts b/src/app.d.ts new file mode 100644 index 0000000..f59b884 --- /dev/null +++ b/src/app.d.ts @@ -0,0 +1,12 @@ +// See https://kit.svelte.dev/docs/types#app +// for information about these interfaces +declare global { + namespace App { + // interface Error {} + // interface Locals {} + // interface PageData {} + // interface Platform {} + } +} + +export {}; -- cgit v1.3