From ffe5eea0ce73cae8657c547f881b6f41270fef37 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 15 Feb 2022 01:33:08 +0000 Subject: start adding stuff --- src/app.d.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/app.d.ts') diff --git a/src/app.d.ts b/src/app.d.ts index 3ddb22d..efdb902 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -1,15 +1,15 @@ /// -// See https://kit.svelte.dev/docs/typescript -// for information about these interfaces -declare namespace App { - interface Locals { - userid: string; - } +// // See https://kit.svelte.dev/docs/typescript +// // for information about these interfaces +// declare namespace App { +// interface Locals { +// userid: string; +// } - interface Platform {} +// interface Platform {} - interface Session {} +// interface Session {} - interface Stuff {} -} +// interface Stuff {} +// } -- cgit