aboutsummaryrefslogtreecommitdiff
path: root/src/app.d.ts
blob: efdb9020188e32daa67f581ee0ab264121c061f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// <reference types="@sveltejs/kit" />

// // See https://kit.svelte.dev/docs/typescript
// // for information about these interfaces
// declare namespace App {
// 	interface Locals {
// 		userid: string;
// 	}

// 	interface Platform {}

// 	interface Session {}

// 	interface Stuff {}
// }