From 4e4134f8b2c1611e7d40074af55dcef75476016f Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Wed, 1 Jan 2025 00:01:12 +0530 Subject: Initial commit --- src/app.d.ts | 13 +++++++++++++ 1 file changed, 13 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..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 {}; -- cgit v1.2.3-57-g22cb