diff options
Diffstat (limited to 'src/app.d.ts')
-rw-r--r-- | src/app.d.ts | 20 |
1 files changed, 10 insertions, 10 deletions
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 @@ /// <reference types="@sveltejs/kit" /> -// 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 {} +// } |