blob: b28d8405630dd86c3e5c5d27a9b29f7eaf303c33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/// <reference types="@sveltejs/kit" />
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
// and what to do when importing types
declare namespace App {
// interface Locals {}
// interface Platform {}
// interface Session {}
// interface Stuff {}
}
|