From 7fdaea73c5c67565202e19d6182fc215427919c3 Mon Sep 17 00:00:00 2001 From: memdmp Date: Tue, 19 Aug 2025 20:40:19 +0000 Subject: feat: oidc attempt 1 --- src/app.d.ts | 16 ++++++++++++++++ 1 file changed, 16 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..cfeb8a5 --- /dev/null +++ b/src/app.d.ts @@ -0,0 +1,16 @@ +// See https://svelte.dev/docs/kit/types#app.d.ts +// for information about these interfaces +type Session = unknown; +declare global { + namespace App { + // interface Error {} + interface Locals { + auth: () => Promise; + } + // interface PageData {} + // interface PageState {} + // interface Platform {} + } +} + +export {}; -- cgit v1.2.3